Package | Description |
---|---|
com.google.cloud.texttospeech.v1beta1 |
A client to Cloud Text-to-Speech API
|
Modifier and Type | Method and Description |
---|---|
SynthesisInput |
SynthesisInput.Builder.build() |
SynthesisInput |
SynthesisInput.Builder.buildPartial() |
static SynthesisInput |
SynthesisInput.getDefaultInstance() |
SynthesisInput |
SynthesisInput.getDefaultInstanceForType() |
SynthesisInput |
SynthesisInput.Builder.getDefaultInstanceForType() |
SynthesisInput |
SynthesizeSpeechRequestOrBuilder.getInput()
Required.
|
SynthesisInput |
SynthesizeSpeechRequest.getInput()
Required.
|
SynthesisInput |
SynthesizeSpeechRequest.Builder.getInput()
Required.
|
static SynthesisInput |
SynthesisInput.parseDelimitedFrom(InputStream input) |
static SynthesisInput |
SynthesisInput.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static SynthesisInput |
SynthesisInput.parseFrom(byte[] data) |
static SynthesisInput |
SynthesisInput.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static SynthesisInput |
SynthesisInput.parseFrom(ByteBuffer data) |
static SynthesisInput |
SynthesisInput.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static SynthesisInput |
SynthesisInput.parseFrom(ByteString data) |
static SynthesisInput |
SynthesisInput.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static SynthesisInput |
SynthesisInput.parseFrom(CodedInputStream input) |
static SynthesisInput |
SynthesisInput.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static SynthesisInput |
SynthesisInput.parseFrom(InputStream input) |
static SynthesisInput |
SynthesisInput.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<SynthesisInput> |
SynthesisInput.getParserForType() |
static Parser<SynthesisInput> |
SynthesisInput.parser() |
Modifier and Type | Method and Description |
---|---|
SynthesisInput.Builder |
SynthesisInput.Builder.mergeFrom(SynthesisInput other) |
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.mergeInput(SynthesisInput value)
Required.
|
static SynthesisInput.Builder |
SynthesisInput.newBuilder(SynthesisInput prototype) |
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.setInput(SynthesisInput 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.