View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatorProfile (google_api_content_warehouse v0.4.0)

A message to collect annotator performance data.

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.t, default: nil) - Root/total of the timings from all the processors that worked on the given document or query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.