public final class Voice extends GeneratedMessage implements VoiceOrBuilder
Description of a voice supported by the TTS service.
Protobuf type google.cloud.texttospeech.v1beta1.Voice
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
LANGUAGE_CODES_FIELD_NUMBER
public static final int LANGUAGE_CODES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NATURAL_SAMPLE_RATE_HERTZ_FIELD_NUMBER
public static final int NATURAL_SAMPLE_RATE_HERTZ_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SSML_GENDER_FIELD_NUMBER
public static final int SSML_GENDER_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Voice getDefaultInstance()
| Returns |
| Type |
Description |
Voice |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Voice.Builder newBuilder()
newBuilder(Voice prototype)
public static Voice.Builder newBuilder(Voice prototype)
| Parameter |
| Name |
Description |
prototype |
Voice
|
parseDelimitedFrom(InputStream input)
public static Voice parseDelimitedFrom(InputStream input)
| Returns |
| Type |
Description |
Voice |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Voice parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Voice |
|
parseFrom(byte[] data)
public static Voice parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
| Returns |
| Type |
Description |
Voice |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Voice parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Voice |
|
parseFrom(ByteString data)
public static Voice parseFrom(ByteString data)
| Returns |
| Type |
Description |
Voice |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Voice parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Voice |
|
parseFrom(CodedInputStream input)
public static Voice parseFrom(CodedInputStream input)
| Returns |
| Type |
Description |
Voice |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Voice parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Voice |
|
parseFrom(InputStream input)
public static Voice parseFrom(InputStream input)
| Returns |
| Type |
Description |
Voice |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Voice parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Voice |
|
parseFrom(ByteBuffer data)
public static Voice parseFrom(ByteBuffer data)
| Returns |
| Type |
Description |
Voice |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Voice parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Voice |
|
parser()
public static Parser<Voice> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Voice getDefaultInstanceForType()
| Returns |
| Type |
Description |
Voice |
|
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;
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 |
| 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;
| Returns |
| Type |
Description |
int |
The naturalSampleRateHertz.
|
getParserForType()
public Parser<Voice> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSsmlGender()
public SsmlVoiceGender getSsmlGender()
The gender of this voice.
.google.cloud.texttospeech.v1beta1.SsmlVoiceGender ssml_gender = 3;
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.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Voice.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Voice.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public Voice.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides