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()
認識されたテキストを結果に表示します。
戻り値:
適用対象
Azure SDK for Java