NlpModels are used to provide the VoiceML NLP engine information about how the transcript of the input audio should be processed. BaseNlpModels is the abstract base class all NlpModels (NlpKeywordModel, NlpIntentModel) inherit from.
You can specify multiple NlpModels to process the same audio, all of their results will be returned in VoiceML.ListeningUpdateEventArgs.
Deprecated
VoiceML capabilities are no longer supported. For Spectacles see options on ASRModule.
Returns the fully-qualified JavaScript type name for this class (for example, "Component.Camera"). This is a static accessor (no instance required) and returns the same value as the instance getTypeName().
Returns string
Deprecated
getTypeName
getTypeName():string
Returns the name of this object's type.
Returns string
isOfType
isOfType(type:string):boolean
Returns true if the object matches or derives from the passed in type.
NlpModels are used to provide the VoiceML NLP engine information about how the transcript of the input audio should be processed. BaseNlpModels is the abstract base class all NlpModels (NlpKeywordModel, NlpIntentModel) inherit from.
You can specify multiple NlpModels to process the same audio, all of their results will be returned in VoiceML.ListeningUpdateEventArgs.
Deprecated
VoiceML capabilities are no longer supported. For Spectacles see options on ASRModule.
Deprecated