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

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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.