BZTaskHint Constants Reference
Declared in | BZMediaParams.h |
BZTaskHint
Supported by Apple Speech only.
This constant enumerator defines the types of speech, also referred to as Speech Recognition Hints (SRHINT), that can be performed by Apple Speech engine. BZMedia Framework provides support for Apple Speech task hints. For more information please visit Apple Speech Task Hints.
Definition
typedef NS_ENUM(NSInteger, BZTaskHint ) {
SRHINT_UNSPECIFIED = 0,
SRHINT_DICTATION = 1,
SRHINT_SEARCH = 2,
SRHINT_CONFIRMATION = 3,
};
Constants
SRHINT_UNSPECIFIED
-
The type of recognition requested is unspecified.
Declared In
BZMediaParams.h
. SRHINT_DICTATION
-
The request is for recognition of general dictation.
Declared In
BZMediaParams.h
. SRHINT_SEARCH
-
The request is for recognition of utterances that represent search actions.
Declared In
BZMediaParams.h
. SRHINT_CONFIRMATION
-
The request is for recognition of a short utterance that represents a confirmation, such as “yes,” “no,” or “maybe.”
Declared In
BZMediaParams.h
.
Declared In
BZMediaParams.h