Avaya Logo

Previous Topic

Next Topic

Book Contents

Book Index

recog_init

The recog_init instruction initializes training parameters for a recognizer.

Synopsis

#include irDefines.h
recog_init(type.recognizer)

Description

The recog_init instruction initializes training parameters for a recognizer. The argument type.recognizer is the recognizer to be initialized. Valid recognizers include IRD_DIALPULSE, IRD_WHOLE_WORD, and IRD_FLEX_WORD as defined in irDefines.h.

Presently, recognizer initialization is only required for the IRD_DIALPULSE recognizer and, furthermore, only when line conditions change, such as after a call transfer. Otherwise the recognizer training parameters are automatically initialized when the call is started.

Return values

TSM register r.0 contains 0 on success and a -1 on failure to initialize the specified recognizer.

See also

© 2006 Avaya Inc. All Rights Reserved.