VideoContentSearchCaptionEntityDocInfo

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionEntityDocInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains information about document appearances of an entity.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionEntityDocInfo