Send feedback
Class StreamingSynthesisInput.Builder (2.63.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
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 ()
clearMarkup()
public StreamingSynthesisInput . Builder clearMarkup ()
Markup for HD voices specifically. This field may not be used with any
other voices.
string markup = 5;
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, which results in better prosody
in the output audio.
string text = 1;
clone()
public StreamingSynthesisInput . Builder clone ()
Overrides
getDefaultInstanceForType()
public StreamingSynthesisInput getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getInputSourceCase()
public StreamingSynthesisInput . InputSourceCase getInputSourceCase ()
getMarkup()
public String getMarkup ()
Markup for HD voices specifically. This field may not be used with any
other voices.
string markup = 5;
Returns
Type
Description
String
The markup.
getMarkupBytes()
public ByteString getMarkupBytes ()
Markup for HD voices specifically. This field may not be used with any
other voices.
string markup = 5;
Returns
Type
Description
ByteString
The bytes for markup.
getText()
The raw text to be synthesized. It is recommended that each input
contains complete, terminating sentences, which results in better prosody
in the output audio.
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, which results in better prosody
in the output audio.
string text = 1;
Returns
Type
Description
ByteString
The bytes for text.
hasMarkup()
public boolean hasMarkup ()
Markup for HD voices specifically. This field may not be used with any
other voices.
string markup = 5;
Returns
Type
Description
boolean
Whether the markup field is set.
hasText()
The raw text to be synthesized. It is recommended that each input
contains complete, terminating sentences, which results in better prosody
in the output audio.
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
setMarkup(String value)
public StreamingSynthesisInput . Builder setMarkup ( String value )
Markup for HD voices specifically. This field may not be used with any
other voices.
string markup = 5;
Parameter
Name
Description
value
String
The markup to set.
setMarkupBytes(ByteString value)
public StreamingSynthesisInput . Builder setMarkupBytes ( ByteString value )
Markup for HD voices specifically. This field may not be used with any
other voices.
string markup = 5;
Parameter
Name
Description
value
ByteString
The bytes for markup to set.
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, which results in better prosody
in the output audio.
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, which results in better prosody
in the output audio.
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-14 UTC."],[],[]]