Class: Google::Cloud::Speech::V1p1beta1::SpeechAdaptationInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1p1beta1::SpeechAdaptationInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb
Overview
Information on speech adaptation use in results
Instance Attribute Summary collapse
-
#adaptation_timeout ⇒ ::Boolean
Whether there was a timeout when applying speech adaptation.
-
#timeout_message ⇒ ::String
If set, returns a message specifying which part of the speech adaptation request timed out.
Instance Attribute Details
#adaptation_timeout ⇒ ::Boolean
Returns Whether there was a timeout when applying speech adaptation. If true, adaptation had no effect in the response transcript.
1000 1001 1002 1003 |
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 1000 class SpeechAdaptationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timeout_message ⇒ ::String
Returns If set, returns a message specifying which part of the speech adaptation request timed out.
1000 1001 1002 1003 |
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 1000 class SpeechAdaptationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |