google_api_video_intelligence v0.3.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative View Source

Alternative hypotheses (a.k.a. n-best list).

Attributes

  • confidence (float()): The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is typically provided only for the top hypothesis, and only for `is_final=true` results. Clients should not rely on the `confidence` field as it is not guaranteed to be accurate or consistent. The default of 0.0 is a sentinel value indicating `confidence` was not set. Defaults to: null.
  • transcript (String.t): Transcript text representing the words that the user spoke. Defaults to: null.
  • words ([GoogleCloudVideointelligenceV1beta2WordInfo]): A list of word-specific information for each recognized word. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative{
    confidence: any(),
    transcript: any(),
    words: [
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2WordInfo.t()
    ]
  }

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.