See Also: SVAPI, ClassificationNotify
public abstract ClassificationResults[] classify(Utterance Utterance)
Performs speaker classification. The utterance is classified and returned as one or more utterances in the ClassificationResults array.
Exceptions:
public abstract void enableAsynchronousClassification(ClassificationNotify Notify)
Enables asynchronous classification. If enabled, the engine passively classifies the incoming audio stream. When the engine has classified audio to give to the application, it calls ClassificationNotify.classified().
Parameters:
Notify: the object to call to report classified utterances
Exceptions:
See Also: classified, disableAsynchronousClassification
public abstract void disableAsynchronousClassification()
Disables asynchronous classification.
Exceptions:
See Also: enableAsynchronousClassification