[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

Interface COM.novell.SVAPI.IdentificationNotify

public interface IdentificationNotify extends Remote

The IdentificationNotify interface must be implemented by any application wishing to use the asynchronous identification functionality in SVAPI.

See Also: IdentificationEngine


Method Index

identificationScoreChanged(IdentificationEngine, Utterance, IdentificationResults[])
Called to report new identification scores.


Methods



identificationScoreChanged

public abstract void identificationScoreChanged(IdentificationEngine Engine, Utterance Utterance, IdentificationResults Results[])
Called to report new identification scores.
Parameters:
Exceptions:
See Also: enableAsynchronousIdentification



[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

rwille@novell.com