com.iflytek.speech
类 RecognizerResult
java.lang.Object
com.iflytek.speech.RecognizerResult
- 所有已实现的接口:
- android.os.Parcelable
public class RecognizerResult
- extends java.lang.Object
- implements android.os.Parcelable
识别结果。
- 作者:
- iflytek
从接口 android.os.Parcelable 继承的嵌套类/接口 |
android.os.Parcelable.Creator<T> |
从接口 android.os.Parcelable 继承的字段 |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
从类 java.lang.Object 继承的方法 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATOR
public static final android.os.Parcelable.Creator<RecognizerResult> CREATOR
RecognizerResult
public RecognizerResult(android.os.Parcel in)
RecognizerResult
public RecognizerResult(java.lang.String result)
- 参数:
result
- json格式的结果
describeContents
public int describeContents()
- 指定者:
- 接口
android.os.Parcelable
中的 describeContents
getResultString
public java.lang.String getResultString()
- 获取识别结果。
- 返回:
- 识别结果,json格式,请参考开发文档
writeToParcel
public void writeToParcel(android.os.Parcel dest,
int flags)
- 指定者:
- 接口
android.os.Parcelable
中的 writeToParcel