| Modifier and Type | Method and Description |
|---|---|
TextToSpeechSettings |
TextToSpeechSettings.Builder.build() |
TextToSpeechSettings |
TextToSpeechSettings.Builder.buildPartial() |
static TextToSpeechSettings |
TextToSpeechSettings.getDefaultInstance() |
TextToSpeechSettings |
TextToSpeechSettings.getDefaultInstanceForType() |
TextToSpeechSettings |
TextToSpeechSettings.Builder.getDefaultInstanceForType() |
TextToSpeechSettings |
AgentOrBuilder.getTextToSpeechSettings()
Settings on instructing the speech synthesizer on how to generate the
output audio content.
|
TextToSpeechSettings |
Agent.getTextToSpeechSettings()
Settings on instructing the speech synthesizer on how to generate the
output audio content.
|
TextToSpeechSettings |
Agent.Builder.getTextToSpeechSettings()
Settings on instructing the speech synthesizer on how to generate the
output audio content.
|
static TextToSpeechSettings |
TextToSpeechSettings.parseDelimitedFrom(InputStream input) |
static TextToSpeechSettings |
TextToSpeechSettings.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextToSpeechSettings |
TextToSpeechSettings.parseFrom(byte[] data) |
static TextToSpeechSettings |
TextToSpeechSettings.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextToSpeechSettings |
TextToSpeechSettings.parseFrom(ByteBuffer data) |
static TextToSpeechSettings |
TextToSpeechSettings.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextToSpeechSettings |
TextToSpeechSettings.parseFrom(com.google.protobuf.ByteString data) |
static TextToSpeechSettings |
TextToSpeechSettings.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextToSpeechSettings |
TextToSpeechSettings.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextToSpeechSettings |
TextToSpeechSettings.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextToSpeechSettings |
TextToSpeechSettings.parseFrom(InputStream input) |
static TextToSpeechSettings |
TextToSpeechSettings.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextToSpeechSettings> |
TextToSpeechSettings.getParserForType() |
static com.google.protobuf.Parser<TextToSpeechSettings> |
TextToSpeechSettings.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextToSpeechSettings.Builder |
TextToSpeechSettings.Builder.mergeFrom(TextToSpeechSettings other) |
Agent.Builder |
Agent.Builder.mergeTextToSpeechSettings(TextToSpeechSettings value)
Settings on instructing the speech synthesizer on how to generate the
output audio content.
|
static TextToSpeechSettings.Builder |
TextToSpeechSettings.newBuilder(TextToSpeechSettings prototype) |
Agent.Builder |
Agent.Builder.setTextToSpeechSettings(TextToSpeechSettings value)
Settings on instructing the speech synthesizer on how to generate the
output audio content.
|
Copyright © 2025 Google LLC. All rights reserved.