Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::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::V1p3beta1::SpeechRecognitionAlternative>
Returns
-
(::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::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::V1p3beta1::SpeechRecognitionAlternative>
Parameter
-
value (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::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::V1p3beta1::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.
#language_code
def language_code() -> ::String
Returns
- (::String) — Output only. The BCP-47 language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio.