Class: Google::Cloud::Speech::V1p1beta1::StreamingRecognitionConfig::VoiceActivityTimeout

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb

Overview

Events that a timeout can be set on for voice activity.

Instance Attribute Summary collapse

Instance Attribute Details

#speech_end_timeout::Google::Protobuf::Duration

Returns Duration to timeout the stream after speech ends.

Returns:



145
146
147
148
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 145

class VoiceActivityTimeout
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#speech_start_timeout::Google::Protobuf::Duration

Returns Duration to timeout the stream if no speech begins.

Returns:



145
146
147
148
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 145

class VoiceActivityTimeout
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end