public static interface Intent.Message.TelephonySynthesizeSpeechOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSourceCase()
public abstract Intent.Message.TelephonySynthesizeSpeech.SourceCase getSourceCase()| Type | Description |
| Intent.Message.TelephonySynthesizeSpeech.SourceCase |
getSsml()
public abstract String getSsml()The SSML to be synthesized. For more information, see SSML.
string ssml = 2;
| Type | Description |
| String | The ssml. |
getSsmlBytes()
public abstract ByteString getSsmlBytes()The SSML to be synthesized. For more information, see SSML.
string ssml = 2;
| Type | Description |
| ByteString | The bytes for ssml. |
getText()
public abstract String getText()The raw text to be synthesized.
string text = 1;
| Type | Description |
| String | The text. |
getTextBytes()
public abstract ByteString getTextBytes()The raw text to be synthesized.
string text = 1;
| Type | Description |
| ByteString | The bytes for text. |
hasSsml()
public abstract boolean hasSsml()The SSML to be synthesized. For more information, see SSML.
string ssml = 2;
| Type | Description |
| boolean | Whether the ssml field is set. |
hasText()
public abstract boolean hasText()The raw text to be synthesized.
string text = 1;
| Type | Description |
| boolean | Whether the text field is set. |