SpeechRecognitionResult.GetAlternates(UInt32) メソッド

定義

RawConfidence によって並べ替えられた認識結果の代替手段のコレクションを、最も可能性が高いものから最も可能性の低いものまで取得します。 コレクション内の最初の項目は、親オブジェクトによって示される認識結果です。

public:
 virtual IVectorView<SpeechRecognitionResult ^> ^ GetAlternates(unsigned int maxAlternates) = GetAlternates;
IVectorView<SpeechRecognitionResult> GetAlternates(uint32_t const& maxAlternates);
public IReadOnlyList<SpeechRecognitionResult> GetAlternates(uint maxAlternates);
function getAlternates(maxAlternates)
Public Function GetAlternates (maxAlternates As UInteger) As IReadOnlyList(Of SpeechRecognitionResult)

パラメーター

maxAlternates
UInt32

unsigned int

uint32_t

コレクションに返される音声認識結果の最大数。

戻り値

最も可能性が高いものから最も可能性が低いものへの信頼度で並べ替えられた音声認識結果のコレクション。

適用対象

こちらもご覧ください