Reference documentation and code samples for the Cloud Video Intelligence V1p1beta1 API class Google::Cloud::VideoIntelligence::V1p1beta1::SpeechTranscription.
A speech recognition result corresponding to a portion of the audio.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#alternatives
def alternatives() -> ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::SpeechRecognitionAlternative>
Returns
-
(::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::SpeechRecognitionAlternative>) — 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.
#alternatives=
def alternatives=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::SpeechRecognitionAlternative>
Parameter
-
value (::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::SpeechRecognitionAlternative>) — 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
-
(::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::SpeechRecognitionAlternative>) — 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.