public interface StreamingSynthesizeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInput()
public abstract StreamingSynthesisInput getInput() Input to synthesize. Specified in all messages but the first in a
StreamingSynthesize call.
.google.cloud.texttospeech.v1beta1.StreamingSynthesisInput input = 2;
| Returns | |
|---|---|
| Type | Description |
StreamingSynthesisInput |
The input. |
getInputOrBuilder()
public abstract StreamingSynthesisInputOrBuilder getInputOrBuilder() Input to synthesize. Specified in all messages but the first in a
StreamingSynthesize call.
.google.cloud.texttospeech.v1beta1.StreamingSynthesisInput input = 2;
| Returns | |
|---|---|
| Type | Description |
StreamingSynthesisInputOrBuilder |
|
getStreamingConfig()
public abstract StreamingSynthesizeConfig getStreamingConfig() StreamingSynthesizeConfig to be used in this streaming attempt. Only
specified in the first message sent in a StreamingSynthesize call.
.google.cloud.texttospeech.v1beta1.StreamingSynthesizeConfig streaming_config = 1;
| Returns | |
|---|---|
| Type | Description |
StreamingSynthesizeConfig |
The streamingConfig. |
getStreamingConfigOrBuilder()
public abstract StreamingSynthesizeConfigOrBuilder getStreamingConfigOrBuilder() StreamingSynthesizeConfig to be used in this streaming attempt. Only
specified in the first message sent in a StreamingSynthesize call.
.google.cloud.texttospeech.v1beta1.StreamingSynthesizeConfig streaming_config = 1;
| Returns | |
|---|---|
| Type | Description |
StreamingSynthesizeConfigOrBuilder |
|
getStreamingRequestCase()
public abstract StreamingSynthesizeRequest.StreamingRequestCase getStreamingRequestCase()| Returns | |
|---|---|
| Type | Description |
StreamingSynthesizeRequest.StreamingRequestCase |
|
hasInput()
public abstract boolean hasInput() Input to synthesize. Specified in all messages but the first in a
StreamingSynthesize call.
.google.cloud.texttospeech.v1beta1.StreamingSynthesisInput input = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the input field is set. |
hasStreamingConfig()
public abstract boolean hasStreamingConfig() StreamingSynthesizeConfig to be used in this streaming attempt. Only
specified in the first message sent in a StreamingSynthesize call.
.google.cloud.texttospeech.v1beta1.StreamingSynthesizeConfig streaming_config = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the streamingConfig field is set. |