Class: Google::Cloud::Speech::V1::SpeechAdaptationInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1::SpeechAdaptationInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v1/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.
988 989 990 991 |
# File 'proto_docs/google/cloud/speech/v1/cloud_speech.rb', line 988 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.
988 989 990 991 |
# File 'proto_docs/google/cloud/speech/v1/cloud_speech.rb', line 988 class SpeechAdaptationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |