Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::StreamingRecognitionResult (v0.11.0)

Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::StreamingRecognitionResult.

A streaming speech recognition result corresponding to a portion of the audio that is currently being processed.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#alternatives

defalternatives()->::Array<::Google::Cloud::Speech::V2::SpeechRecognitionAlternative>
Returns

#alternatives=

defalternatives=(value)->::Array<::Google::Cloud::Speech::V2::SpeechRecognitionAlternative>
Parameter
Returns

#channel_tag

defchannel_tag()->::Integer
Returns
  • (::Integer) — For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel. For audio_channel_count = N, its output values can range from 1 to N.

#channel_tag=

defchannel_tag=(value)->::Integer
Parameter
  • value (::Integer) — For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel. For audio_channel_count = N, its output values can range from 1 to N.
Returns
  • (::Integer) — For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel. For audio_channel_count = N, its output values can range from 1 to N.

#is_final

defis_final()->::Boolean
Returns
  • (::Boolean) — If false, this StreamingRecognitionResult represents an interim result that may change. If true, this is the final time the speech service will return this particular StreamingRecognitionResult , the recognizer will not return any further hypotheses for this portion of the transcript and corresponding audio.

#is_final=

defis_final=(value)->::Boolean
Parameter
  • value (::Boolean) — If false, this StreamingRecognitionResult represents an interim result that may change. If true, this is the final time the speech service will return this particular StreamingRecognitionResult , the recognizer will not return any further hypotheses for this portion of the transcript and corresponding audio.
Returns
  • (::Boolean) — If false, this StreamingRecognitionResult represents an interim result that may change. If true, this is the final time the speech service will return this particular StreamingRecognitionResult , the recognizer will not return any further hypotheses for this portion of the transcript and corresponding audio.

#language_code

deflanguage_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.

#result_end_offset

defresult_end_offset()->::Google::Protobuf::Duration
Returns

#result_end_offset=

defresult_end_offset=(value)->::Google::Protobuf::Duration
Parameter
Returns

#stability

defstability()->::Float
Returns
  • (::Float) — An estimate of the likelihood that the recognizer will not change its guess about this interim result. Values range from 0.0 (completely unstable) to 1.0 (completely stable). This field is only provided for interim results (is_final =false). The default of 0.0 is a sentinel value indicating stability was not set.

#stability=

defstability=(value)->::Float
Parameter
  • value (::Float) — An estimate of the likelihood that the recognizer will not change its guess about this interim result. Values range from 0.0 (completely unstable) to 1.0 (completely stable). This field is only provided for interim results (is_final =false). The default of 0.0 is a sentinel value indicating stability was not set.
Returns
  • (::Float) — An estimate of the likelihood that the recognizer will not change its guess about this interim result. Values range from 0.0 (completely unstable) to 1.0 (completely stable). This field is only provided for interim results (is_final =false). The default of 0.0 is a sentinel value indicating stability was not set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.