public interface StreamingSynthesizeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StreamingSynthesisInput |
getInput()
Input to synthesize.
|
StreamingSynthesisInputOrBuilder |
getInputOrBuilder()
Input to synthesize.
|
StreamingSynthesizeConfig |
getStreamingConfig()
StreamingSynthesizeConfig to be used in this streaming attempt.
|
StreamingSynthesizeConfigOrBuilder |
getStreamingConfigOrBuilder()
StreamingSynthesizeConfig to be used in this streaming attempt.
|
StreamingSynthesizeRequest.StreamingRequestCase |
getStreamingRequestCase() |
boolean |
hasInput()
Input to synthesize.
|
boolean |
hasStreamingConfig()
StreamingSynthesizeConfig to be used in this streaming attempt.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStreamingConfig()
StreamingSynthesizeConfig to be used in this streaming attempt. Only specified in the first message sent in a `StreamingSynthesize` call.
.google.cloud.texttospeech.v1.StreamingSynthesizeConfig streaming_config = 1;StreamingSynthesizeConfig getStreamingConfig()
StreamingSynthesizeConfig to be used in this streaming attempt. Only specified in the first message sent in a `StreamingSynthesize` call.
.google.cloud.texttospeech.v1.StreamingSynthesizeConfig streaming_config = 1;StreamingSynthesizeConfigOrBuilder getStreamingConfigOrBuilder()
StreamingSynthesizeConfig to be used in this streaming attempt. Only specified in the first message sent in a `StreamingSynthesize` call.
.google.cloud.texttospeech.v1.StreamingSynthesizeConfig streaming_config = 1;boolean hasInput()
Input to synthesize. Specified in all messages but the first in a `StreamingSynthesize` call.
.google.cloud.texttospeech.v1.StreamingSynthesisInput input = 2;StreamingSynthesisInput getInput()
Input to synthesize. Specified in all messages but the first in a `StreamingSynthesize` call.
.google.cloud.texttospeech.v1.StreamingSynthesisInput input = 2;StreamingSynthesisInputOrBuilder getInputOrBuilder()
Input to synthesize. Specified in all messages but the first in a `StreamingSynthesize` call.
.google.cloud.texttospeech.v1.StreamingSynthesisInput input = 2;StreamingSynthesizeRequest.StreamingRequestCase getStreamingRequestCase()
Copyright © 2025 Google LLC. All rights reserved.