Interface Intent.Message.TelephonySynthesizeSpeechOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Intent.Message.TelephonySynthesizeSpeech,Intent.Message.TelephonySynthesizeSpeech.Builder
- Enclosing class:
- Intent.Message
public static interface Intent.Message.TelephonySynthesizeSpeechOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Intent.Message.TelephonySynthesizeSpeech.SourceCasegetSourceCase()StringgetSsml()The SSML to be synthesized.com.google.protobuf.ByteStringgetSsmlBytes()The SSML to be synthesized.StringgetText()The raw text to be synthesized.com.google.protobuf.ByteStringgetTextBytes()The raw text to be synthesized.booleanhasSsml()The SSML to be synthesized.booleanhasText()The raw text to be synthesized.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasText
boolean hasText()
The raw text to be synthesized.
string text = 1;- Returns:
- Whether the text field is set.
-
getText
String getText()
The raw text to be synthesized.
string text = 1;- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
The raw text to be synthesized.
string text = 1;- Returns:
- The bytes for text.
-
hasSsml
boolean hasSsml()
The SSML to be synthesized. For more information, see [SSML](https://developers.google.com/actions/reference/ssml).
string ssml = 2;- Returns:
- Whether the ssml field is set.
-
getSsml
String getSsml()
The SSML to be synthesized. For more information, see [SSML](https://developers.google.com/actions/reference/ssml).
string ssml = 2;- Returns:
- The ssml.
-
getSsmlBytes
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;- Returns:
- The bytes for ssml.
-
getSourceCase
Intent.Message.TelephonySynthesizeSpeech.SourceCase getSourceCase()
-
-