Declared in BZMediaParams.h

BZSREngine

This constant enumerator defines the Speech Recognition Engine (SRE). Two speech recognition engines are currently supported: PocketSphinx and Apple Speech.

Definition

typedef NS_ENUM(NSInteger, BZSREngine ) {
   SRE_UNKNOWN = -1,
   SRE_POCKET_SPHINX = 0,
   SRE_APPLE = 1,
};

Constants

SRE_UNKNOWN

Speech Recognition Engine is unknown. For internal use only and should not be specified.

Declared In BZMediaParams.h.

SRE_POCKET_SPHINX

Speech Recognition Engine is PocketSphinx speech recognition from CMU.

Declared In BZMediaParams.h.

SRE_APPLE

Speech Recognition Engine is Apple Speech speech recognition.

Declared In BZMediaParams.h.

Declared In

BZMediaParams.h