| Modifier and Type | Method and Description |
|---|---|
static SynthesizeSpeechRequest.TimepointType |
SynthesizeSpeechRequest.TimepointType.forNumber(int value) |
SynthesizeSpeechRequest.TimepointType |
SynthesizeSpeechRequest.getEnableTimePointing(int index)
Whether and what timepoints are returned in the response.
|
SynthesizeSpeechRequest.TimepointType |
SynthesizeSpeechRequest.Builder.getEnableTimePointing(int index)
Whether and what timepoints are returned in the response.
|
SynthesizeSpeechRequest.TimepointType |
SynthesizeSpeechRequestOrBuilder.getEnableTimePointing(int index)
Whether and what timepoints are returned in the response.
|
static SynthesizeSpeechRequest.TimepointType |
SynthesizeSpeechRequest.TimepointType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SynthesizeSpeechRequest.TimepointType |
SynthesizeSpeechRequest.TimepointType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SynthesizeSpeechRequest.TimepointType |
SynthesizeSpeechRequest.TimepointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynthesizeSpeechRequest.TimepointType[] |
SynthesizeSpeechRequest.TimepointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SynthesizeSpeechRequest.TimepointType> |
SynthesizeSpeechRequest.getEnableTimePointingList()
Whether and what timepoints are returned in the response.
|
List<SynthesizeSpeechRequest.TimepointType> |
SynthesizeSpeechRequest.Builder.getEnableTimePointingList()
Whether and what timepoints are returned in the response.
|
List<SynthesizeSpeechRequest.TimepointType> |
SynthesizeSpeechRequestOrBuilder.getEnableTimePointingList()
Whether and what timepoints are returned in the response.
|
static com.google.protobuf.Internal.EnumLiteMap<SynthesizeSpeechRequest.TimepointType> |
SynthesizeSpeechRequest.TimepointType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.addEnableTimePointing(SynthesizeSpeechRequest.TimepointType value)
Whether and what timepoints are returned in the response.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.setEnableTimePointing(int index,
SynthesizeSpeechRequest.TimepointType value)
Whether and what timepoints are returned in the response.
|
| Modifier and Type | Method and Description |
|---|---|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.addAllEnableTimePointing(Iterable<? extends SynthesizeSpeechRequest.TimepointType> values)
Whether and what timepoints are returned in the response.
|
Copyright © 2025 Google LLC. All rights reserved.