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

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

Available recognition features specific to streaming recognition requests.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enable_voice_activity_events

defenable_voice_activity_events()->::Boolean
Returns
  • (::Boolean) — If true, responses with voice activity speech events will be returned as they are detected.

#enable_voice_activity_events=

defenable_voice_activity_events=(value)->::Boolean
Parameter
  • value (::Boolean) — If true, responses with voice activity speech events will be returned as they are detected.
Returns
  • (::Boolean) — If true, responses with voice activity speech events will be returned as they are detected.

#interim_results

definterim_results()->::Boolean
Returns
  • (::Boolean) — Whether or not to stream interim results to the client. If set to true, interim results will be streamed to the client. Otherwise, only the final response will be streamed back.

#interim_results=

definterim_results=(value)->::Boolean
Parameter
  • value (::Boolean) — Whether or not to stream interim results to the client. If set to true, interim results will be streamed to the client. Otherwise, only the final response will be streamed back.
Returns
  • (::Boolean) — Whether or not to stream interim results to the client. If set to true, interim results will be streamed to the client. Otherwise, only the final response will be streamed back.

#voice_activity_timeout

defvoice_activity_timeout()->::Google::Cloud::Speech::V2::StreamingRecognitionFeatures::VoiceActivityTimeout
Returns

#voice_activity_timeout=

defvoice_activity_timeout=(value)->::Google::Cloud::Speech::V2::StreamingRecognitionFeatures::VoiceActivityTimeout
Parameter
Returns

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.