- 2.53.0 (latest)
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.9
- 2.3.0
- 2.2.1
- 2.1.5
public static final class Voice.Builder extends GeneratedMessageV3.Builder<Voice.Builder> implements VoiceOrBuilder
Description of a voice supported by the TTS service.
Protobuf type google.cloud.texttospeech.v1beta1.Voice
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Voice.BuilderImplements
VoiceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllLanguageCodes(Iterable<String> values)
public Voice.Builder addAllLanguageCodes(Iterable<String> values)
The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").
repeated string language_codes = 1;
Name | Description |
values | Iterable<String> The languageCodes to add. |
Type | Description |
Voice.Builder | This builder for chaining. |
addLanguageCodes(String value)
public Voice.Builder addLanguageCodes(String value)
The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").
repeated string language_codes = 1;
Name | Description |
value | String The languageCodes to add. |
Type | Description |
Voice.Builder | This builder for chaining. |
addLanguageCodesBytes(ByteString value)
public Voice.Builder addLanguageCodesBytes(ByteString value)
The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").
repeated string language_codes = 1;
Name | Description |
value | ByteString The bytes of the languageCodes to add. |
Type | Description |
Voice.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Voice.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Voice.Builder |
build()
public Voice build()
Type | Description |
Voice |
buildPartial()
public Voice buildPartial()
Type | Description |
Voice |
clear()
public Voice.Builder clear()
Type | Description |
Voice.Builder |
clearField(Descriptors.FieldDescriptor field)
public Voice.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Voice.Builder |
clearLanguageCodes()
public Voice.Builder clearLanguageCodes()
The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").
repeated string language_codes = 1;
Type | Description |
Voice.Builder | This builder for chaining. |
clearName()
public Voice.Builder clearName()
The name of this voice. Each distinct voice has a unique name.
string name = 2;
Type | Description |
Voice.Builder | This builder for chaining. |
clearNaturalSampleRateHertz()
public Voice.Builder clearNaturalSampleRateHertz()
The natural sample rate (in hertz) for this voice.
int32 natural_sample_rate_hertz = 4;
Type | Description |
Voice.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Voice.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Voice.Builder |
clearSsmlGender()
public Voice.Builder clearSsmlGender()
The gender of this voice.
.google.cloud.texttospeech.v1beta1.SsmlVoiceGender ssml_gender = 3;
Type | Description |
Voice.Builder | This builder for chaining. |
clone()
public Voice.Builder clone()
Type | Description |
Voice.Builder |
getDefaultInstanceForType()
public Voice getDefaultInstanceForType()
Type | Description |
Voice |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getLanguageCodes(int index)
public String getLanguageCodes(int index)
The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").
repeated string language_codes = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The languageCodes at the given index. |
getLanguageCodesBytes(int index)
public ByteString getLanguageCodesBytes(int index)
The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").
repeated string language_codes = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the languageCodes at the given index. |
getLanguageCodesCount()
public int getLanguageCodesCount()
The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").
repeated string language_codes = 1;
Type | Description |
int | The count of languageCodes. |
getLanguageCodesList()
public ProtocolStringList getLanguageCodesList()
The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").
repeated string language_codes = 1;
Type | Description |
ProtocolStringList | A list containing the languageCodes. |
getName()
public String getName()
The name of this voice. Each distinct voice has a unique name.
string name = 2;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The name of this voice. Each distinct voice has a unique name.
string name = 2;
Type | Description |
ByteString | The bytes for name. |
getNaturalSampleRateHertz()
public int getNaturalSampleRateHertz()
The natural sample rate (in hertz) for this voice.
int32 natural_sample_rate_hertz = 4;
Type | Description |
int | The naturalSampleRateHertz. |
getSsmlGender()
public SsmlVoiceGender getSsmlGender()
The gender of this voice.
.google.cloud.texttospeech.v1beta1.SsmlVoiceGender ssml_gender = 3;
Type | Description |
SsmlVoiceGender | The ssmlGender. |
getSsmlGenderValue()
public int getSsmlGenderValue()
The gender of this voice.
.google.cloud.texttospeech.v1beta1.SsmlVoiceGender ssml_gender = 3;
Type | Description |
int | The enum numeric value on the wire for ssmlGender. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Voice other)
public Voice.Builder mergeFrom(Voice other)
Name | Description |
other | Voice |
Type | Description |
Voice.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Voice.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Voice.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Voice.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Voice.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Voice.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Voice.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Voice.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Voice.Builder |
setLanguageCodes(int index, String value)
public Voice.Builder setLanguageCodes(int index, String value)
The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").
repeated string language_codes = 1;
Name | Description |
index | int The index to set the value at. |
value | String The languageCodes to set. |
Type | Description |
Voice.Builder | This builder for chaining. |
setName(String value)
public Voice.Builder setName(String value)
The name of this voice. Each distinct voice has a unique name.
string name = 2;
Name | Description |
value | String The name to set. |
Type | Description |
Voice.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Voice.Builder setNameBytes(ByteString value)
The name of this voice. Each distinct voice has a unique name.
string name = 2;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
Voice.Builder | This builder for chaining. |
setNaturalSampleRateHertz(int value)
public Voice.Builder setNaturalSampleRateHertz(int value)
The natural sample rate (in hertz) for this voice.
int32 natural_sample_rate_hertz = 4;
Name | Description |
value | int The naturalSampleRateHertz to set. |
Type | Description |
Voice.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Voice.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Voice.Builder |
setSsmlGender(SsmlVoiceGender value)
public Voice.Builder setSsmlGender(SsmlVoiceGender value)
The gender of this voice.
.google.cloud.texttospeech.v1beta1.SsmlVoiceGender ssml_gender = 3;
Name | Description |
value | SsmlVoiceGender The ssmlGender to set. |
Type | Description |
Voice.Builder | This builder for chaining. |
setSsmlGenderValue(int value)
public Voice.Builder setSsmlGenderValue(int value)
The gender of this voice.
.google.cloud.texttospeech.v1beta1.SsmlVoiceGender ssml_gender = 3;
Name | Description |
value | int The enum numeric value on the wire for ssmlGender to set. |
Type | Description |
Voice.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Voice.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Voice.Builder |