public static interface ResponseMessage.OutputAudioTextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowPlaybackInterruption()
Output only.
|
ResponseMessage.OutputAudioText.SourceCase |
getSourceCase() |
String |
getSsml()
The SSML text to be synthesized.
|
com.google.protobuf.ByteString |
getSsmlBytes()
The SSML text to be synthesized.
|
String |
getText()
The raw text to be synthesized.
|
com.google.protobuf.ByteString |
getTextBytes()
The raw text to be synthesized.
|
boolean |
hasSsml()
The SSML text to be synthesized.
|
boolean |
hasText()
The raw text to be synthesized.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasText()
The raw text to be synthesized.
string text = 1;String getText()
The raw text to be synthesized.
string text = 1;com.google.protobuf.ByteString getTextBytes()
The raw text to be synthesized.
string text = 1;boolean hasSsml()
The SSML text to be synthesized. For more information, see [SSML](/speech/text-to-speech/docs/ssml).
string ssml = 2;String getSsml()
The SSML text to be synthesized. For more information, see [SSML](/speech/text-to-speech/docs/ssml).
string ssml = 2;com.google.protobuf.ByteString getSsmlBytes()
The SSML text to be synthesized. For more information, see [SSML](/speech/text-to-speech/docs/ssml).
string ssml = 2;boolean getAllowPlaybackInterruption()
Output only. Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
bool allow_playback_interruption = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ResponseMessage.OutputAudioText.SourceCase getSourceCase()
Copyright © 2022 Google LLC. All rights reserved.