public static final class SpeechAdaptationInfo.Builder extends GeneratedMessage.Builder<SpeechAdaptationInfo.Builder> implements SpeechAdaptationInfoOrBuilderInformation on speech adaptation use in results
Protobuf type google.cloud.speech.v1.SpeechAdaptationInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SpeechAdaptationInfo.BuilderImplements
SpeechAdaptationInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SpeechAdaptationInfo build()| Returns | |
|---|---|
| Type | Description |
SpeechAdaptationInfo |
|
buildPartial()
public SpeechAdaptationInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
SpeechAdaptationInfo |
|
clear()
public SpeechAdaptationInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
SpeechAdaptationInfo.Builder |
|
clearAdaptationTimeout()
public SpeechAdaptationInfo.Builder clearAdaptationTimeout()Whether there was a timeout when applying speech adaptation. If true, adaptation had no effect in the response transcript.
bool adaptation_timeout = 1;
| Returns | |
|---|---|
| Type | Description |
SpeechAdaptationInfo.Builder |
This builder for chaining. |
clearTimeoutMessage()
public SpeechAdaptationInfo.Builder clearTimeoutMessage()If set, returns a message specifying which part of the speech adaptation request timed out.
string timeout_message = 4;
| Returns | |
|---|---|
| Type | Description |
SpeechAdaptationInfo.Builder |
This builder for chaining. |
getAdaptationTimeout()
public boolean getAdaptationTimeout()Whether there was a timeout when applying speech adaptation. If true, adaptation had no effect in the response transcript.
bool adaptation_timeout = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The adaptationTimeout. |
getDefaultInstanceForType()
public SpeechAdaptationInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SpeechAdaptationInfo |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTimeoutMessage()
public String getTimeoutMessage()If set, returns a message specifying which part of the speech adaptation request timed out.
string timeout_message = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The timeoutMessage. |
getTimeoutMessageBytes()
public ByteString getTimeoutMessageBytes()If set, returns a message specifying which part of the speech adaptation request timed out.
string timeout_message = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for timeoutMessage. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SpeechAdaptationInfo other)
public SpeechAdaptationInfo.Builder mergeFrom(SpeechAdaptationInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
SpeechAdaptationInfo |
| Returns | |
|---|---|
| Type | Description |
SpeechAdaptationInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SpeechAdaptationInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SpeechAdaptationInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SpeechAdaptationInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SpeechAdaptationInfo.Builder |
|
setAdaptationTimeout(boolean value)
public SpeechAdaptationInfo.Builder setAdaptationTimeout(boolean value)Whether there was a timeout when applying speech adaptation. If true, adaptation had no effect in the response transcript.
bool adaptation_timeout = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe adaptationTimeout to set. |
| Returns | |
|---|---|
| Type | Description |
SpeechAdaptationInfo.Builder |
This builder for chaining. |
setTimeoutMessage(String value)
public SpeechAdaptationInfo.Builder setTimeoutMessage(String value)If set, returns a message specifying which part of the speech adaptation request timed out.
string timeout_message = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe timeoutMessage to set. |
| Returns | |
|---|---|
| Type | Description |
SpeechAdaptationInfo.Builder |
This builder for chaining. |
setTimeoutMessageBytes(ByteString value)
public SpeechAdaptationInfo.Builder setTimeoutMessageBytes(ByteString value)If set, returns a message specifying which part of the speech adaptation request timed out.
string timeout_message = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for timeoutMessage to set. |
| Returns | |
|---|---|
| Type | Description |
SpeechAdaptationInfo.Builder |
This builder for chaining. |