Enum SynthesizeSpeechRequest.TimepointType (2.42.0)

public enum SynthesizeSpeechRequest.TimepointType extends Enum<SynthesizeSpeechRequest.TimepointType> implements ProtocolMessageEnum

The type of timepoint information that is returned in the response.

Protobuf enum google.cloud.texttospeech.v1beta1.SynthesizeSpeechRequest.TimepointType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SSML_MARK

Timepoint information of <mark> tags in SSML input will be returned.

SSML_MARK = 1;

SSML_MARK_VALUE

Timepoint information of <mark> tags in SSML input will be returned.

SSML_MARK = 1;

TIMEPOINT_TYPE_UNSPECIFIED

Not specified. No timepoint information will be returned.

TIMEPOINT_TYPE_UNSPECIFIED = 0;

TIMEPOINT_TYPE_UNSPECIFIED_VALUE

Not specified. No timepoint information will be returned.

TIMEPOINT_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()