- 0.59.0 (latest)
- 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 final class StreamingTranslateSpeechRequest extends GeneratedMessageV3 implements StreamingTranslateSpeechRequestOrBuilder
The top-level message sent by the client for the StreamingTranslateSpeech
method. Multiple StreamingTranslateSpeechRequest
messages are sent. The
first message must contain a streaming_config
message and must not contain
audio_content
data. All subsequent messages must contain audio_content
data and must not contain a streaming_config
message.
Protobuf type google.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > StreamingTranslateSpeechRequestImplements
StreamingTranslateSpeechRequestOrBuilderStatic Fields
AUDIO_CONTENT_FIELD_NUMBER
public static final int AUDIO_CONTENT_FIELD_NUMBER
Type | Description |
int |
STREAMING_CONFIG_FIELD_NUMBER
public static final int STREAMING_CONFIG_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static StreamingTranslateSpeechRequest getDefaultInstance()
Type | Description |
StreamingTranslateSpeechRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static StreamingTranslateSpeechRequest.Builder newBuilder()
Type | Description |
StreamingTranslateSpeechRequest.Builder |
newBuilder(StreamingTranslateSpeechRequest prototype)
public static StreamingTranslateSpeechRequest.Builder newBuilder(StreamingTranslateSpeechRequest prototype)
Name | Description |
prototype | StreamingTranslateSpeechRequest |
Type | Description |
StreamingTranslateSpeechRequest.Builder |
parseDelimitedFrom(InputStream input)
public static StreamingTranslateSpeechRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
StreamingTranslateSpeechRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingTranslateSpeechRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StreamingTranslateSpeechRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static StreamingTranslateSpeechRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
StreamingTranslateSpeechRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StreamingTranslateSpeechRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StreamingTranslateSpeechRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static StreamingTranslateSpeechRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
StreamingTranslateSpeechRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StreamingTranslateSpeechRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StreamingTranslateSpeechRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static StreamingTranslateSpeechRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
StreamingTranslateSpeechRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingTranslateSpeechRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StreamingTranslateSpeechRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static StreamingTranslateSpeechRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
StreamingTranslateSpeechRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingTranslateSpeechRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StreamingTranslateSpeechRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static StreamingTranslateSpeechRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
StreamingTranslateSpeechRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StreamingTranslateSpeechRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StreamingTranslateSpeechRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<StreamingTranslateSpeechRequest> parser()
Type | Description |
Parser<StreamingTranslateSpeechRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getAudioContent()
public ByteString getAudioContent()
The audio data to be translated. Sequential chunks of audio data are sent
in sequential StreamingTranslateSpeechRequest
messages. The first
StreamingTranslateSpeechRequest
message must not contain
audio_content
data and all subsequent StreamingTranslateSpeechRequest
messages must contain audio_content
data. The audio bytes must be
encoded as specified in StreamingTranslateSpeechConfig
. Note: as with
all bytes fields, protobuffers use a pure binary representation (not
base64).
bytes audio_content = 2;
Type | Description |
ByteString | The audioContent. |
getDefaultInstanceForType()
public StreamingTranslateSpeechRequest getDefaultInstanceForType()
Type | Description |
StreamingTranslateSpeechRequest |
getParserForType()
public Parser<StreamingTranslateSpeechRequest> getParserForType()
Type | Description |
Parser<StreamingTranslateSpeechRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStreamingConfig()
public StreamingTranslateSpeechConfig getStreamingConfig()
Provides information to the recognizer that specifies how to process the
request. The first StreamingTranslateSpeechRequest
message must contain
a streaming_config
message.
.google.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechConfig streaming_config = 1;
Type | Description |
StreamingTranslateSpeechConfig | The streamingConfig. |
getStreamingConfigOrBuilder()
public StreamingTranslateSpeechConfigOrBuilder getStreamingConfigOrBuilder()
Provides information to the recognizer that specifies how to process the
request. The first StreamingTranslateSpeechRequest
message must contain
a streaming_config
message.
.google.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechConfig streaming_config = 1;
Type | Description |
StreamingTranslateSpeechConfigOrBuilder |
getStreamingRequestCase()
public StreamingTranslateSpeechRequest.StreamingRequestCase getStreamingRequestCase()
Type | Description |
StreamingTranslateSpeechRequest.StreamingRequestCase |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasAudioContent()
public boolean hasAudioContent()
The audio data to be translated. Sequential chunks of audio data are sent
in sequential StreamingTranslateSpeechRequest
messages. The first
StreamingTranslateSpeechRequest
message must not contain
audio_content
data and all subsequent StreamingTranslateSpeechRequest
messages must contain audio_content
data. The audio bytes must be
encoded as specified in StreamingTranslateSpeechConfig
. Note: as with
all bytes fields, protobuffers use a pure binary representation (not
base64).
bytes audio_content = 2;
Type | Description |
boolean | Whether the audioContent field is set. |
hasStreamingConfig()
public boolean hasStreamingConfig()
Provides information to the recognizer that specifies how to process the
request. The first StreamingTranslateSpeechRequest
message must contain
a streaming_config
message.
.google.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechConfig streaming_config = 1;
Type | Description |
boolean | Whether the streamingConfig field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public StreamingTranslateSpeechRequest.Builder newBuilderForType()
Type | Description |
StreamingTranslateSpeechRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StreamingTranslateSpeechRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
StreamingTranslateSpeechRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public StreamingTranslateSpeechRequest.Builder toBuilder()
Type | Description |
StreamingTranslateSpeechRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |