VideoContentSearchTextMatchInfo

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextMatchInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. durationToPredictedTimeMs (type: String.t, default: nil)
    - The time gap of the matched_time_ms from the predicted timestamp of when this anchor should appear in the video.
  2. matchScore (type: number(), default: nil)
    - The float similarty score from the anchor label to matched_asr_text.
  3. matchedAsrStartPos (type: integer(), default: nil)
    - The start token offset from the beginning of ASR where matched_asr_text starts.
  4. matchedAsrText (type: String.t, default: nil)
    - The ASR text that was a candidate match for the list anchor.
  5. matchedAsrTimeMs (type: String.t, default: nil)
    - The timestamp of the matched ASR in the video in milliseconds.
  6. matchedAsrTimeRatio (type: number(), default: nil)
    - The ratio of the matched_asr_time_ms over the total duration of the video.
  7. matchedAsrTokenCount (type: integer(), default: nil)
    - The number of tokens in matched_asr_text
  8. matchedDescriptionItemIndexRatio (type: number(), default: nil)
    - The ratio of the video description item index this match corresponds to over the total number of list description items for the video.
  9. matchedDescriptionText (type: String.t, default: nil)
    - The video description text matched with the ASR that's used as the anchor label.
  10. matchedDescriptionTokenCount (type: integer(), default: nil)
    - The number of tokens in matched_description_text.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextMatchInfo{
durationToPredictedTimeMs: String.t() | nil,
matchScore: number() | nil,
matchedAsrStartPos: integer() | nil,
matchedAsrText: String.t() | nil,
matchedAsrTimeMs: String.t() | nil,
matchedAsrTimeRatio: number() | nil,
matchedAsrTokenCount: integer() | nil,
matchedDescriptionItemIndexRatio: number() | nil,
matchedDescriptionText: String.t() | nil,
matchedDescriptionTokenCount: integer() | nil
}

Function

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

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