Declared in BZMediaParams.h

BZAudioSegmentType

This constant enumerator defines the Audio Segment Type (AST). An audio segment type can be an audio file, a text file or a text string.

Definition

typedef NS_ENUM(NSInteger, BZAudioSegmentType ) {
   AST_UNKNOWN = -1,
   AST_AUDIOFILE = 0,
   AST_TEXTFILE = 1,
   AST_TEXTSTRING = 2,
   AST_SSML_TEXTFILE = 3,
   AST_SSML_TEXTSTRING = 4,
};

Constants

AST_UNKNOWN

Audio Segment Type is unknown. For internal use only and should not be specified.

Declared In BZMediaParams.h.

AST_AUDIOFILE

Audio Segment Type is an audio file. This type represents an audio file used to save audio, or a pre-recorded audio file used for audio playback or for perfroming offline speech recognition on.

Declared In BZMediaParams.h.

AST_TEXTFILE

Audio Segment Type is a text file. This type is used to synthesize audio from text contained in a file.

Declared In BZMediaParams.h.

AST_TEXTSTRING

Audio Segment Type is text string. This type is used to synthesize audio from a text string.

Declared In BZMediaParams.h.

AST_SSML_TEXTFILE

Audio Segment Type is text file containing Speech Synthesis Markup Language(SSML) tags. This type is only supported with “SSE_FLITE” Speech Synthesizer. Only a limited set of SSML markup tags is supported.

Declared In BZMediaParams.h.

AST_SSML_TEXTSTRING

Audio Segment Type is text string containing Speech Synthesis Markup Language(SSML) tags. This type is only supported with “SSE_FLITE” Speech Synthesizer. Only a limited set of SSML markup tags is supported.

Declared In BZMediaParams.h.

Declared In

BZMediaParams.h