Package | Description |
---|---|
com.google.cloud.texttospeech.v1 |
A client to Cloud Text-to-Speech API
|
Modifier and Type | Method and Description |
---|---|
Voice |
Voice.Builder.build() |
Voice |
Voice.Builder.buildPartial() |
static Voice |
Voice.getDefaultInstance() |
Voice |
Voice.getDefaultInstanceForType() |
Voice |
Voice.Builder.getDefaultInstanceForType() |
Voice |
ListVoicesResponseOrBuilder.getVoices(int index)
The list of voices.
|
Voice |
ListVoicesResponse.getVoices(int index)
The list of voices.
|
Voice |
ListVoicesResponse.Builder.getVoices(int index)
The list of voices.
|
static Voice |
Voice.parseDelimitedFrom(InputStream input) |
static Voice |
Voice.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Voice |
Voice.parseFrom(byte[] data) |
static Voice |
Voice.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Voice |
Voice.parseFrom(ByteBuffer data) |
static Voice |
Voice.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Voice |
Voice.parseFrom(ByteString data) |
static Voice |
Voice.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Voice |
Voice.parseFrom(CodedInputStream input) |
static Voice |
Voice.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Voice |
Voice.parseFrom(InputStream input) |
static Voice |
Voice.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Voice> |
Voice.getParserForType() |
List<Voice> |
ListVoicesResponseOrBuilder.getVoicesList()
The list of voices.
|
List<Voice> |
ListVoicesResponse.getVoicesList()
The list of voices.
|
List<Voice> |
ListVoicesResponse.Builder.getVoicesList()
The list of voices.
|
static Parser<Voice> |
Voice.parser() |
Modifier and Type | Method and Description |
---|---|
ListVoicesResponse.Builder |
ListVoicesResponse.Builder.addVoices(int index,
Voice value)
The list of voices.
|
ListVoicesResponse.Builder |
ListVoicesResponse.Builder.addVoices(Voice value)
The list of voices.
|
Voice.Builder |
Voice.Builder.mergeFrom(Voice other) |
static Voice.Builder |
Voice.newBuilder(Voice prototype) |
ListVoicesResponse.Builder |
ListVoicesResponse.Builder.setVoices(int index,
Voice value)
The list of voices.
|
Modifier and Type | Method and Description |
---|---|
ListVoicesResponse.Builder |
ListVoicesResponse.Builder.addAllVoices(Iterable<? extends Voice> values)
The list of voices.
|
Copyright © 2022 Google LLC. All rights reserved.