Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@class SPXKeywordRecognitionEventArgs : SPXRecognitionEventArgs;
Description
Defines the payload for keyword recognizing/recognized events.
Properties
result
@property (readonly, atomic) SPXKeywordRecognitionResult * _Nullable result;
Represents the keyword recognition result.