public static interface Intent.Message.TelephonySynthesizeSpeechOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Intent.Message.TelephonySynthesizeSpeech.SourceCase |
getSourceCase() |
String |
getSsml()
The SSML to be synthesized.
|
com.google.protobuf.ByteString |
getSsmlBytes()
The SSML to be synthesized.
|
String |
getText()
The raw text to be synthesized.
|
com.google.protobuf.ByteString |
getTextBytes()
The raw text to be synthesized.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getText()
The raw text to be synthesized.
string text = 1;com.google.protobuf.ByteString getTextBytes()
The raw text to be synthesized.
string text = 1;String getSsml()
The SSML to be synthesized. For more information, see [SSML](https://developers.google.com/actions/reference/ssml).
string ssml = 2;com.google.protobuf.ByteString getSsmlBytes()
The SSML to be synthesized. For more information, see [SSML](https://developers.google.com/actions/reference/ssml).
string ssml = 2;Intent.Message.TelephonySynthesizeSpeech.SourceCase getSourceCase()
Copyright © 2019 Google LLC. All rights reserved.