Class: Google::Cloud::VideoIntelligence::V1p1beta1::SpeechTranscription

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb

Overview

A speech recognition result corresponding to a portion of the audio.

Instance Attribute Summary collapse

Instance Attribute Details

#alternativesArray<Google::Cloud::VideoIntelligence::V1p1beta1::SpeechRecognitionAlternative>

Returns Output only. May contain one or more recognition hypotheses (up to the maximum specified in max_alternatives). These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.

Returns:



315
# File 'lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 315

class SpeechTranscription; end