HzSpeechTextMode

Defines text mode values for audio data convert.

Syntax

  • C#: public enum HzSpeechTextMode : byte
  • Ruby: module HzSpeechTextMode
  • Python: class HzSpeechTextMode(Enum)

 

Members

  • Text: A text data for make a speech.
  • Ssml:  A text data of “SSML”  format for make a speech.

 

Remarks

There is a need to specify the appropriate mode. If the specified mode is incorrect, an error occurs at the time of the audio data conversion.