GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatorProfile
Table of Contents ▼
Jump to a specific part of the page:
Description
A message to collect annotator performance data.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
numCandidateMentions
(type:integer()
, default:nil
)
- -
numEntities
(type:integer()
, default:nil
)
- -
numMentions
(type:integer()
, default:nil
)
- -
numTokens
(type:integer()
, default:nil
)
- -
processorTimingsRoot
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefProcessorTiming
, default:nil
)
- Root/total of the timings from all the processors that worked on the given document or query.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatorProfile{
numCandidateMentions: integer() | nil,
numEntities: integer() | nil,
numMentions: integer() | nil,
numTokens: integer() | nil,
processorTimingsRoot: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefProcessorTiming.t() | nil
}
numCandidateMentions: integer() | nil,
numEntities: integer() | nil,
numMentions: integer() | nil,
numTokens: integer() | nil,
processorTimingsRoot: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefProcessorTiming.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatorProfile