|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines some Symbols used by Recorder.
| Field Summary | |
static Symbol |
a_ASSessionAllocation
Specify how long a session should be allocated to a particular call. |
static Symbol |
a_ASSessionCreation
Specify the session creation/destruction policy. |
static Symbol |
a_AudioService
Specify Audio Service name where a session has to be allocated (reserved). |
static Symbol |
e_BadGrammar
Possible error field in ASRRecorderEvent - the grammar supplied could not be compiled. |
static Symbol |
e_ResourceUnavailable
Possible error field in ASRRecorderEvent - the AudioService resource is unavailable (no servers are advertising or responding). |
static Symbol |
e_ServerError
Possible error field in ASRRecorderEvent - the server produced a protocol error during processing. |
static Symbol |
e_ServerFailed
Possible error field in ASRRecorderEvent - the server failed during the operation. |
static Symbol |
ev_DefineGrammar
The result of define grammar procedure. |
static Symbol |
ev_DefineGrammer
Deprecated. incorrect spelling of grammar. ev_DefineGrammar. |
static Symbol |
ev_finalRuleResult
Deprecated. incorrect capitalisation. ev_FinalRuleResult. |
static Symbol |
ev_FinalRuleResult
The ASR engine has finished parsing a rule in a grammar. |
static Symbol |
ev_FinalWordResult
The ASR engine has finished word recognition a word in dictation mode or dynamic vocabulary mode. |
static Symbol |
ev_NonFinalRuleResult
The ASR engine has reduced a rule within the grammar. |
static Symbol |
ev_NonFinalWordResult
ASR engine has found a word in dictation mode or dynamic vocabulary mode. |
static Symbol |
p_Grammar
Grammar to pre-define Value is a String object |
static Symbol |
p_GrammarId
Specifies Id associated to a grammar. |
static Symbol |
p_GrammarType
Specifies the type of grammar |
static Symbol |
p_GrammarURI
Define grammar if grammar date needs to be specified by external URI reference when performing a setParameters(). |
static Symbol |
p_Language
Define language to be used for the recognition Value: a string identifying a language eg: en-us = US English fr = French |
static Symbol |
p_LoadGrammar
Load a grammar on a recognizer engine. |
static Symbol |
p_NBestListLength
When the recognizer matches an incoming stream with the grammar, it may come up with more than one alternative matches because of confidence levels in certain words or conversation paths. |
static Symbol |
p_NoInputTimeout
Timeout for ASR processing for maximum time with no input voice detection Value is a String Timeout is in milliseconds, default value is "5000" (5 s). |
static Symbol |
p_Optimize
Set the ASR client (the platform) to ask a ASR session only when speak is detected and not at the beginning of the request. |
static Symbol |
p_PauseOnIntermediateResult
Set the recognizer to automatically pause after sending non final results Value is a boolean Default value is false |
static Symbol |
p_RecogTimeout
Timeout for ASR processing for maximum time with input but no recognition. |
static Symbol |
p_SaveWaveform
Set the ASR server to save the RTP stream coming in. |
static Symbol |
p_SensitivityLevel
Set the noise sensitivity level for this ASR recog session. |
static Symbol |
p_ServerURL
Define audioserver URL to be used when performing a getParameters()/setParameters() call. |
static Symbol |
p_SpeakerName
Specifies the name of a speaker for whom training data may be available. |
static Symbol |
p_SpeechCompleteTimeout
Timeout for ASR processing after a good rule match but not the only possible one. |
static Symbol |
p_SpeechIncompleteTimeout
Timeout for ASR processing after a partial rule match but no complete one. |
static Symbol |
p_StubResultIsNoMatch
Stub use |
static Symbol |
p_StubResultXML
Stub use |
static Symbol |
p_StubResultXMLFile
Stub use |
static Symbol |
p_TimersStartImmediately
Boolean flag indicating if the recognition timers should start immediately or wait for a specific action, namely setParameters with this param set to true. |
static Symbol |
q_VoiceDetected
Indicate voice detected RTC qualifier |
static Symbol |
rtca_ReleaseCurrentASSession
Release current operation session (if any) at operation end. |
static Symbol |
rtcc_VoiceDetected
Voice detected trigger from signal detector |
static Symbol |
v_ASStartTime
a_ASSessionCreation possible value.
|
static Symbol |
v_Call
a_ASSessionAllocation possible value.
|
static Symbol |
v_FromFirstOperation
a_ASSessionAllocation possible value.
|
static Symbol |
v_OnDemand
a_ASSessionCreation possible value.
|
static Symbol |
v_Operation
a_ASSessionAllocation possible value.
|
| Field Detail |
public static final Symbol rtca_ReleaseCurrentASSession
To be used through RTCs or through AsyncMediaGroup.triggerRTC(hp.telephony.media.Symbol).
v_Callpublic static final Symbol v_Operation
a_ASSessionAllocation possible value.
The session is obtained at the beginning of the ASR operation - record("rtsp://ASREnglishAS" ....) - and released at operation end - onRecorderEvent(ASRRecorderEvent event).
public static final Symbol v_FromFirstOperation
a_ASSessionAllocation possible value.
The session is obtained at the beginning of the first ASR operation - record("rtsp://ASREnglishAS" ....) - and released at call end or through rtca_ReleaseSession (deprecated) RTC action.
public static final Symbol v_Call
a_ASSessionAllocation possible value.
The session is obtained at the beginning of the call - loopCP - and released at call end or through rtca_ReleaseCurrentASSession RTC action.
public static final Symbol v_OnDemand
a_ASSessionCreation possible value.
The session is created at ASR operation start - record("rtsp://ASREnglishAS" ....) - and destroyed either at operation end - onRecorderEvent(ASRRecorderEvent event) - or at call end depending on a_ASSessionAllocation's value.
public static final Symbol v_ASStartTime
a_ASSessionCreation possible value.
The session is created at OCMP Audio Service Component startup and destroyed on server problem, on request timeout, on session timeout or at Audio Service Component shutdown (platform shutdown time).
public static final Symbol a_ASSessionCreation
Possible values: v_OnDemand or v_ASStartTime
Default value: v_ASStartTime
public static final Symbol a_ASSessionAllocation
Possible values: v_Call, v_FromFirstOperation or v_Operation
Default value: v_FromFirstOperation
NOTE: v_Call value should be associated with attribute a_AudioService.
public static final Symbol a_AudioService
Possible values: String
public static final Symbol q_VoiceDetected
public static final Symbol rtcc_VoiceDetected
public static final Symbol ev_NonFinalWordResult
public static final Symbol ev_FinalWordResult
public static final Symbol ev_NonFinalRuleResult
public static final Symbol ev_DefineGrammer
ev_DefineGrammar.
public static final Symbol ev_DefineGrammar
public static final Symbol ev_finalRuleResult
ev_FinalRuleResult.
public static final Symbol ev_FinalRuleResult
public static final Symbol p_Grammar
public static final Symbol p_LoadGrammar
byte[] that will be passed to the recognizer via a RTSP packet
public static final Symbol p_GrammarId
Could be used either when pre-defining a grammar or when specifying an uri-list upon recognition attempt
Value is a String when pre-defining a grammar and
a String[] (String array) when specifying an uri-list upon recognition attempt.
public static final Symbol p_GrammarType
public static final Symbol p_SpeakerName
public static final Symbol p_PauseOnIntermediateResult
public static final Symbol p_ServerURL
public static final Symbol p_GrammarURI
public static final Symbol e_ResourceUnavailable
public static final Symbol e_BadGrammar
public static final Symbol e_ServerFailed
public static final Symbol e_ServerError
public static final Symbol p_NoInputTimeout
public static final Symbol p_RecogTimeout
public static final Symbol p_SpeechCompleteTimeout
public static final Symbol p_SpeechIncompleteTimeout
public static final Symbol p_TimersStartImmediately
public static final Symbol p_SensitivityLevel
public static final Symbol p_NBestListLength
public static final Symbol p_Optimize
public static final Symbol p_SaveWaveform
public static final Symbol p_Language
public static final Symbol p_StubResultXML
public static final Symbol p_StubResultXMLFile
public static final Symbol p_StubResultIsNoMatch
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||