VideoContentSearchAnchorCommonFeatureSetLabelSpanTimestamp

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorCommonFeatureSetLabelSpanTimestamp


Table of Contents ▼

Jump to a specific part of the page:

Description

When an anchor label has a long duration (for example, labels that contain multiple sentences), this field stores the mapping between label segments and the start time.

Attributes List

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

View Attributes

Attributes

  1. asrConfidence (type: number(), default: nil)
    - The ASR confidence for the label span, if available.
  2. isSentenceStart (type: boolean(), default: nil)
    - Whether or not this token is the first token in a sentence.
  3. labelBeginCharIndex (type: String.t, default: nil)
    - The character index range for the span. The end index is exclusive.
  4. labelEndCharIndex (type: String.t, default: nil)
    -
  5. timeMs (type: String.t, default: nil)
    - The time of the span.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorCommonFeatureSetLabelSpanTimestamp{
asrConfidence: number() | nil,
isSentenceStart: boolean() | nil,
labelBeginCharIndex: String.t() | nil,
labelEndCharIndex: String.t() | nil,
timeMs: String.t() | nil
}

Function

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

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