public interface SpeechAdaptationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAdaptationTimeout()
Whether there was a timeout when applying speech adaptation.
|
String |
getTimeoutMessage()
If set, returns a message specifying which part of the speech adaptation
request timed out.
|
com.google.protobuf.ByteString |
getTimeoutMessageBytes()
If set, returns a message specifying which part of the speech adaptation
request timed out.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getAdaptationTimeout()
Whether there was a timeout when applying speech adaptation. If true, adaptation had no effect in the response transcript.
bool adaptation_timeout = 1;String getTimeoutMessage()
If set, returns a message specifying which part of the speech adaptation request timed out.
string timeout_message = 4;com.google.protobuf.ByteString getTimeoutMessageBytes()
If set, returns a message specifying which part of the speech adaptation request timed out.
string timeout_message = 4;Copyright © 2024 Google LLC. All rights reserved.