See Also: SVAPI, VerificationNotify
public abstract Score verify(Model Model, Utterance Utterance
Performs speaker verification. The utterance is verified against the model and a score is returned.
Exceptions:
public abstract void enableAsynchronousVerification(Model Model, VerificationNotify Notify)
Enables asynchronous verification. If enabled, the engine passively verifies the speaker against the specified model. If the raw score changes significantly, the engine calls VerificationNotify.verificationScoreChanged(). For a text-dependent engine, this would probably be after the speaker has spoken the password. An engine may also choose to call this function whenever it detects that something has been spoken.
Parameters:
Exceptions:
See Also: verificationScoreChanged, disableAsynchronousVerification
public abstract void disableAsynchronousVerification()
Disables asynchronous verification.
Exceptions:
See Also: enableAsynchronousVerification