Class: Google::Cloud::VideoIntelligence::V1p1beta1::SpeechTranscription
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p1beta1::SpeechTranscription
- 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
-
#alternatives ⇒ Array<Google::Cloud::VideoIntelligence::V1p1beta1::SpeechRecognitionAlternative>
May contain one or more recognition hypotheses (up to the maximum specified in
max_alternatives).
Instance Attribute Details
#alternatives ⇒ Array<Google::Cloud::VideoIntelligence::V1p1beta1::SpeechRecognitionAlternative>
315 |
# File 'lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 315 class SpeechTranscription; end |