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

Attributes

  • asrConfidence (type: number(), default: nil) - The ASR confidence for the token, if available.
  • isSentenceStart (type: boolean(), default: nil) - Whether or not this token is the first token in a sentence.
  • score (type: number(), default: nil) - A score correlated with the probability that the token is part of a span candidate.
  • text (type: String.t, default: nil) - The token text.
  • timeMs (type: String.t, default: nil) - The start time of the passage with this token.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanToken{
    asrConfidence: number() | nil,
    isSentenceStart: boolean() | nil,
    score: number() | nil,
    text: String.t() | nil,
    timeMs: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.