RecognizerResult

Xunfei Voice+



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>
 
字段摘要
static android.os.Parcelable.Creator<RecognizerResult> CREATOR
           
 
从接口 android.os.Parcelable 继承的字段
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
构造方法摘要
RecognizerResult(android.os.Parcel in)
           
RecognizerResult(java.lang.String result)
           
 
方法摘要
 int describeContents()
           
 java.lang.String getResultString()
          获取识别结果。
 void writeToParcel(android.os.Parcel dest, int flags)
           
 
从类 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