- 0.89.0 (latest)
- 0.88.0
- 0.87.0
- 0.86.0
- 0.84.0
- 0.82.0
- 0.81.0
- 0.80.0
- 0.79.0
- 0.78.0
- 0.76.0
- 0.74.0
- 0.73.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.6
- 0.7.10
public static final class StreamingTranslateSpeechConfig.Builder extends GeneratedMessage.Builder<StreamingTranslateSpeechConfig.Builder> implements StreamingTranslateSpeechConfigOrBuilderConfig used for streaming translation.
Protobuf type google.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > StreamingTranslateSpeechConfig.BuilderImplements
StreamingTranslateSpeechConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public StreamingTranslateSpeechConfig build()| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig |
|
buildPartial()
public StreamingTranslateSpeechConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig |
|
clear()
public StreamingTranslateSpeechConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig.Builder |
|
clearAudioConfig()
public StreamingTranslateSpeechConfig.Builder clearAudioConfig()Required. The common config for all the following audio contents.
.google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig audio_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig.Builder |
|
clearSingleUtterance()
public StreamingTranslateSpeechConfig.Builder clearSingleUtterance() Optional. If false or omitted, the system performs
continuous translation (continuing to wait for and process audio even if
the user pauses speaking) until the client closes the input stream (gRPC
API) or until the maximum time limit has been reached. May return multiple
StreamingTranslateSpeechResults with the is_final flag set to true.
If true, the speech translator will detect a single spoken utterance.
When it detects that the user has paused or stopped speaking, it will
return an END_OF_SINGLE_UTTERANCE event and cease translation.
When the client receives 'END_OF_SINGLE_UTTERANCE' event, the client should
stop sending the requests. However, clients should keep receiving remaining
responses until the stream is terminated. To construct the complete
sentence in a streaming way, one should override (if 'is_final' of previous
response is false), or append (if 'is_final' of previous response is true).
bool single_utterance = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig.Builder |
This builder for chaining. |
getAudioConfig()
public TranslateSpeechConfig getAudioConfig()Required. The common config for all the following audio contents.
.google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig audio_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TranslateSpeechConfig |
The audioConfig. |
getAudioConfigBuilder()
public TranslateSpeechConfig.Builder getAudioConfigBuilder()Required. The common config for all the following audio contents.
.google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig audio_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TranslateSpeechConfig.Builder |
|
getAudioConfigOrBuilder()
public TranslateSpeechConfigOrBuilder getAudioConfigOrBuilder()Required. The common config for all the following audio contents.
.google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig audio_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TranslateSpeechConfigOrBuilder |
|
getDefaultInstanceForType()
public StreamingTranslateSpeechConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getSingleUtterance()
public boolean getSingleUtterance() Optional. If false or omitted, the system performs
continuous translation (continuing to wait for and process audio even if
the user pauses speaking) until the client closes the input stream (gRPC
API) or until the maximum time limit has been reached. May return multiple
StreamingTranslateSpeechResults with the is_final flag set to true.
If true, the speech translator will detect a single spoken utterance.
When it detects that the user has paused or stopped speaking, it will
return an END_OF_SINGLE_UTTERANCE event and cease translation.
When the client receives 'END_OF_SINGLE_UTTERANCE' event, the client should
stop sending the requests. However, clients should keep receiving remaining
responses until the stream is terminated. To construct the complete
sentence in a streaming way, one should override (if 'is_final' of previous
response is false), or append (if 'is_final' of previous response is true).
bool single_utterance = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The singleUtterance. |
hasAudioConfig()
public boolean hasAudioConfig()Required. The common config for all the following audio contents.
.google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig audio_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the audioConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAudioConfig(TranslateSpeechConfig value)
public StreamingTranslateSpeechConfig.Builder mergeAudioConfig(TranslateSpeechConfig value)Required. The common config for all the following audio contents.
.google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig audio_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
TranslateSpeechConfig |
| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig.Builder |
|
mergeFrom(StreamingTranslateSpeechConfig other)
public StreamingTranslateSpeechConfig.Builder mergeFrom(StreamingTranslateSpeechConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamingTranslateSpeechConfig |
| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StreamingTranslateSpeechConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public StreamingTranslateSpeechConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig.Builder |
|
setAudioConfig(TranslateSpeechConfig value)
public StreamingTranslateSpeechConfig.Builder setAudioConfig(TranslateSpeechConfig value)Required. The common config for all the following audio contents.
.google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig audio_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
TranslateSpeechConfig |
| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig.Builder |
|
setAudioConfig(TranslateSpeechConfig.Builder builderForValue)
public StreamingTranslateSpeechConfig.Builder setAudioConfig(TranslateSpeechConfig.Builder builderForValue)Required. The common config for all the following audio contents.
.google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig audio_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TranslateSpeechConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig.Builder |
|
setSingleUtterance(boolean value)
public StreamingTranslateSpeechConfig.Builder setSingleUtterance(boolean value) Optional. If false or omitted, the system performs
continuous translation (continuing to wait for and process audio even if
the user pauses speaking) until the client closes the input stream (gRPC
API) or until the maximum time limit has been reached. May return multiple
StreamingTranslateSpeechResults with the is_final flag set to true.
If true, the speech translator will detect a single spoken utterance.
When it detects that the user has paused or stopped speaking, it will
return an END_OF_SINGLE_UTTERANCE event and cease translation.
When the client receives 'END_OF_SINGLE_UTTERANCE' event, the client should
stop sending the requests. However, clients should keep receiving remaining
responses until the stream is terminated. To construct the complete
sentence in a streaming way, one should override (if 'is_final' of previous
response is false), or append (if 'is_final' of previous response is true).
bool single_utterance = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe singleUtterance to set. |
| Returns | |
|---|---|
| Type | Description |
StreamingTranslateSpeechConfig.Builder |
This builder for chaining. |