public static enum BaseInnerEngine.CallbackMsg extends java.lang.Enum<BaseInnerEngine.CallbackMsg>
Enum Constant and Description |
---|
MSG_BEGINNING_OF_SPEECH
begin speech
|
MSG_BUFFER_RECEIVED
buffer received
|
MSG_CANCEL
cancel
|
MSG_CONNECT_STATE
云端连接状态
|
MSG_DM_ASR
dm asr
|
MSG_DM_CALL
dm execute
|
MSG_DM_DISPLAY
dm display
|
MSG_DM_END
dm end
|
MSG_DM_PLAY
dm play
|
MSG_DM_QUERY
dm query
|
MSG_DM_RESULT
dm result
|
MSG_DOA_RESULT
doa result
|
MSG_END_OF_SPEECH
end speech
|
MSG_ERROR
error
|
MSG_GRAMMAR_SUCCESS
grammar success
|
MSG_INIT
init
|
MSG_NOT_ONE_SHOT
not one shot
|
MSG_ONE_SHOT
not one shot
|
MSG_PRE_WAKEUP
previous wakeup
|
MSG_READY_FOR_SPEECH
ready speech
|
MSG_RECORED_RELEASED
recorder release
|
MSG_RECORED_STOPPED
recorder stopped
|
MSG_RESULT_RECEIVE_DATA
RECEIVE DATA
|
MSG_RESULTS
result
|
MSG_RMS_CHANGED
rms changed
|
MSG_UPDATE_RESULT
update result
|
MSG_VPRINT_DATA
声纹音频
|
MSG_WAKEUP_STOPPED
wakeup stopped
|
Modifier and Type | Method and Description |
---|---|
static BaseInnerEngine.CallbackMsg |
getMsgByValue(int value) |
static BaseInnerEngine.CallbackMsg |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseInnerEngine.CallbackMsg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseInnerEngine.CallbackMsg MSG_INIT
public static final BaseInnerEngine.CallbackMsg MSG_BEGINNING_OF_SPEECH
public static final BaseInnerEngine.CallbackMsg MSG_END_OF_SPEECH
public static final BaseInnerEngine.CallbackMsg MSG_BUFFER_RECEIVED
public static final BaseInnerEngine.CallbackMsg MSG_RECORED_RELEASED
public static final BaseInnerEngine.CallbackMsg MSG_ERROR
public static final BaseInnerEngine.CallbackMsg MSG_READY_FOR_SPEECH
public static final BaseInnerEngine.CallbackMsg MSG_RESULTS
public static final BaseInnerEngine.CallbackMsg MSG_RMS_CHANGED
public static final BaseInnerEngine.CallbackMsg MSG_RECORED_STOPPED
public static final BaseInnerEngine.CallbackMsg MSG_WAKEUP_STOPPED
public static final BaseInnerEngine.CallbackMsg MSG_GRAMMAR_SUCCESS
public static final BaseInnerEngine.CallbackMsg MSG_DOA_RESULT
public static final BaseInnerEngine.CallbackMsg MSG_CANCEL
public static final BaseInnerEngine.CallbackMsg MSG_RESULT_RECEIVE_DATA
public static final BaseInnerEngine.CallbackMsg MSG_PRE_WAKEUP
public static final BaseInnerEngine.CallbackMsg MSG_VPRINT_DATA
public static final BaseInnerEngine.CallbackMsg MSG_DM_ASR
public static final BaseInnerEngine.CallbackMsg MSG_DM_END
public static final BaseInnerEngine.CallbackMsg MSG_DM_QUERY
public static final BaseInnerEngine.CallbackMsg MSG_DM_CALL
public static final BaseInnerEngine.CallbackMsg MSG_DM_DISPLAY
public static final BaseInnerEngine.CallbackMsg MSG_DM_PLAY
public static final BaseInnerEngine.CallbackMsg MSG_NOT_ONE_SHOT
public static final BaseInnerEngine.CallbackMsg MSG_ONE_SHOT
public static final BaseInnerEngine.CallbackMsg MSG_UPDATE_RESULT
public static final BaseInnerEngine.CallbackMsg MSG_DM_RESULT
public static final BaseInnerEngine.CallbackMsg MSG_CONNECT_STATE
public static BaseInnerEngine.CallbackMsg[] values()
for (BaseInnerEngine.CallbackMsg c : BaseInnerEngine.CallbackMsg.values()) System.out.println(c);
public static BaseInnerEngine.CallbackMsg valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static BaseInnerEngine.CallbackMsg getMsgByValue(int value)