Package | Description |
---|---|
com.google.cloud.texttospeech.v1beta1 |
A client to Cloud Text-to-Speech API
|
Modifier and Type | Method and Description |
---|---|
VoiceSelectionParams |
VoiceSelectionParams.Builder.build() |
VoiceSelectionParams |
VoiceSelectionParams.Builder.buildPartial() |
static VoiceSelectionParams |
VoiceSelectionParams.getDefaultInstance() |
VoiceSelectionParams |
VoiceSelectionParams.getDefaultInstanceForType() |
VoiceSelectionParams |
VoiceSelectionParams.Builder.getDefaultInstanceForType() |
VoiceSelectionParams |
SynthesizeSpeechRequestOrBuilder.getVoice()
Required.
|
VoiceSelectionParams |
SynthesizeSpeechRequest.getVoice()
Required.
|
VoiceSelectionParams |
SynthesizeSpeechRequest.Builder.getVoice()
Required.
|
static VoiceSelectionParams |
VoiceSelectionParams.parseDelimitedFrom(InputStream input) |
static VoiceSelectionParams |
VoiceSelectionParams.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static VoiceSelectionParams |
VoiceSelectionParams.parseFrom(byte[] data) |
static VoiceSelectionParams |
VoiceSelectionParams.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static VoiceSelectionParams |
VoiceSelectionParams.parseFrom(ByteBuffer data) |
static VoiceSelectionParams |
VoiceSelectionParams.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static VoiceSelectionParams |
VoiceSelectionParams.parseFrom(ByteString data) |
static VoiceSelectionParams |
VoiceSelectionParams.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static VoiceSelectionParams |
VoiceSelectionParams.parseFrom(CodedInputStream input) |
static VoiceSelectionParams |
VoiceSelectionParams.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static VoiceSelectionParams |
VoiceSelectionParams.parseFrom(InputStream input) |
static VoiceSelectionParams |
VoiceSelectionParams.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<VoiceSelectionParams> |
VoiceSelectionParams.getParserForType() |
static Parser<VoiceSelectionParams> |
VoiceSelectionParams.parser() |
Modifier and Type | Method and Description |
---|---|
VoiceSelectionParams.Builder |
VoiceSelectionParams.Builder.mergeFrom(VoiceSelectionParams other) |
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.mergeVoice(VoiceSelectionParams value)
Required.
|
static VoiceSelectionParams.Builder |
VoiceSelectionParams.newBuilder(VoiceSelectionParams prototype) |
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.setVoice(VoiceSelectionParams value)
Required.
|
SynthesizeSpeechResponse |
TextToSpeechClient.synthesizeSpeech(SynthesisInput input,
VoiceSelectionParams voice,
AudioConfig audioConfig)
Synthesizes speech synchronously: receive results after all text input has been processed.
|
Copyright © 2022 Google LLC. All rights reserved.