Class: Google::Cloud::VideoIntelligence::V1p1beta1::SpeechTranscription
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p1beta1::SpeechTranscription
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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>
Returns 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.
375 376 377 378 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 375 class SpeechTranscription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |