public final class Voice extends GeneratedMessageV3 implements VoiceOrBuilder
Description of a voice supported by the TTS service.
Protobuf type google.cloud.texttospeech.v1beta1.Voice
Static Fields
LANGUAGE_CODES_FIELD_NUMBER
public static final int LANGUAGE_CODES_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
NATURAL_SAMPLE_RATE_HERTZ_FIELD_NUMBER
public static final int NATURAL_SAMPLE_RATE_HERTZ_FIELD_NUMBER
Field Value
SSML_GENDER_FIELD_NUMBER
public static final int SSML_GENDER_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Voice getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Voice.Builder newBuilder()
Returns
newBuilder(Voice prototype)
public static Voice.Builder newBuilder(Voice prototype)
Parameter
Name | Description |
prototype | Voice
|
Returns
parseDelimitedFrom(InputStream input)
public static Voice parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Voice parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Voice parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Voice parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Voice parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Voice parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static Voice parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Voice parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static Voice parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Voice parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Voice parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Voice parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Voice> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Voice getDefaultInstanceForType()
Returns
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;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
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;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
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;
Returns
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;
Returns
getName()
The name of this voice. Each distinct voice has a unique name.
string name = 2;
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
The name of this voice. Each distinct voice has a unique name.
string name = 2;
Returns
getNaturalSampleRateHertz()
public int getNaturalSampleRateHertz()
The natural sample rate (in hertz) for this voice.
int32 natural_sample_rate_hertz = 4;
Returns
Type | Description |
int | The naturalSampleRateHertz.
|
getParserForType()
public Parser<Voice> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSsmlGender()
public SsmlVoiceGender getSsmlGender()
The gender of this voice.
.google.cloud.texttospeech.v1beta1.SsmlVoiceGender ssml_gender = 3;
Returns
getSsmlGenderValue()
public int getSsmlGenderValue()
The gender of this voice.
.google.cloud.texttospeech.v1beta1.SsmlVoiceGender ssml_gender = 3;
Returns
Type | Description |
int | The enum numeric value on the wire for ssmlGender.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Voice.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Voice.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Voice.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions