public static final class StreamingSynthesisInput.Builder extends GeneratedMessageV3.Builder<StreamingSynthesisInput.Builder> implements StreamingSynthesisInputOrBuilder
Input to be synthesized.
Protobuf type google.cloud.texttospeech.v1.StreamingSynthesisInput
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StreamingSynthesisInput.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public StreamingSynthesisInput build()
buildPartial()
public StreamingSynthesisInput buildPartial()
clear()
public StreamingSynthesisInput.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public StreamingSynthesisInput.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearInputSource()
public StreamingSynthesisInput.Builder clearInputSource()
clearOneof(Descriptors.OneofDescriptor oneof)
public StreamingSynthesisInput.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearText()
public StreamingSynthesisInput.Builder clearText()
The raw text to be synthesized. It is recommended that each input
contains complete, terminating sentences, as this will likely result in
better prosody in the output audio. That being said, users are free to
input text however they please.
string text = 1;
clone()
public StreamingSynthesisInput.Builder clone()
Overrides
getDefaultInstanceForType()
public StreamingSynthesisInput getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getInputSourceCase()
public StreamingSynthesisInput.InputSourceCase getInputSourceCase()
getText()
The raw text to be synthesized. It is recommended that each input
contains complete, terminating sentences, as this will likely result in
better prosody in the output audio. That being said, users are free to
input text however they please.
string text = 1;
Returns |
Type |
Description |
String |
The text.
|
getTextBytes()
public ByteString getTextBytes()
The raw text to be synthesized. It is recommended that each input
contains complete, terminating sentences, as this will likely result in
better prosody in the output audio. That being said, users are free to
input text however they please.
string text = 1;
Returns |
Type |
Description |
ByteString |
The bytes for text.
|
hasText()
The raw text to be synthesized. It is recommended that each input
contains complete, terminating sentences, as this will likely result in
better prosody in the output audio. That being said, users are free to
input text however they please.
string text = 1;
Returns |
Type |
Description |
boolean |
Whether the text field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(StreamingSynthesisInput other)
public StreamingSynthesisInput.Builder mergeFrom(StreamingSynthesisInput other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StreamingSynthesisInput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public StreamingSynthesisInput.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StreamingSynthesisInput.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public StreamingSynthesisInput.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StreamingSynthesisInput.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setText(String value)
public StreamingSynthesisInput.Builder setText(String value)
The raw text to be synthesized. It is recommended that each input
contains complete, terminating sentences, as this will likely result in
better prosody in the output audio. That being said, users are free to
input text however they please.
string text = 1;
Parameter |
Name |
Description |
value |
String
The text to set.
|
setTextBytes(ByteString value)
public StreamingSynthesisInput.Builder setTextBytes(ByteString value)
The raw text to be synthesized. It is recommended that each input
contains complete, terminating sentences, as this will likely result in
better prosody in the output audio. That being said, users are free to
input text however they please.
string text = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for text to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final StreamingSynthesisInput.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides