你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RecognitionResult 类
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. RecognitionResult
- com.
实现
public class RecognitionResult
implements java.lang.AutoCloseable
包含有关识别操作结果的详细信息。
构造函数摘要
修饰符 | 构造函数 | 说明 |
---|---|---|
protected | RecognitionResult(long result) |
用于从本机句柄创建识别 |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
void |
close()
显式释放附加到对象的任何外部资源 |
java.math.BigInteger |
getDuration()
已识别语音的持续时间(以 100nsec 为增量)。 |
Safe |
getImpl()
返回识别结果实现。 |
java.math.BigInteger |
getOffset()
以 100nsec 为增量的已识别语音偏移量。 |
Property |
getProperties()
结果中公开的属性集。 |
Result |
getReason()
指定创建结果的原因。 |
java.lang.String |
getResultId()
指定结果标识符。 |
java.lang.String |
getText()
在结果中显示已识别的文本。 |
方法继承自 java.lang.Object
构造函数详细信息
RecognitionResult
protected RecognitionResult(long result)
用于从本机句柄创建 RecognitionResult 的内部构造函数。
参数:
方法详细信息
close
public void close()
显式释放附加到对象的任何外部资源
getDuration
public BigInteger getDuration()
已识别语音的持续时间(以 100nsec 为增量)。
返回:
getImpl
public SafeHandle getImpl()
返回识别结果实现。
返回:
getOffset
public BigInteger getOffset()
以 100nsec 为增量的已识别语音偏移量。
返回:
getProperties
public PropertyCollection getProperties()
结果中公开的属性集。
返回:
getReason
public ResultReason getReason()
指定创建结果的原因。
返回:
getResultId
public String getResultId()
指定结果标识符。
返回:
getText
public String getText()
在结果中显示已识别的文本。
返回: