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

Contains information about document appearances of an entity.

Attributes

  • entityDocCount (type: String.t, default: nil) - The number of documents where this entity was mentioned at least once.
  • entityMentionCount (type: String.t, default: nil) - The number of times the entity was mentioned across the entire corpus.
  • mid (type: String.t, default: nil) - The entity id.
  • totalDocCount (type: String.t, default: nil) - The number of documents in the corpus.
  • totalMentionCount (type: String.t, default: nil) - The number of mentions of any entity across the entire corpus.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionEntityDocInfo{
    entityDocCount: String.t() | nil,
    entityMentionCount: String.t() | nil,
    mid: String.t() | nil,
    totalDocCount: String.t() | nil,
    totalMentionCount: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.