VideoContentSearchSpanDolphinScoresSpanToken

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanToken


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. asrConfidence (type: number(), default: nil)
    - The ASR confidence for the token, if available.
  2. isSentenceStart (type: boolean(), default: nil)
    - Whether or not this token is the first token in a sentence.
  3. score (type: number(), default: nil)
    - A score correlated with the probability that the token is part of a span candidate.
  4. text (type: String.t, default: nil)
    - The token text.
  5. timeMs (type: String.t, default: nil)
    - The start time of the passage with this token.

Type

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

Function

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

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