SpeechRecognitionResult.GetAlternates(UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
コレクションに返される音声認識結果の最大数。
戻り値
最も可能性が高いものから最も可能性が低いものへの信頼度で並べ替えられた音声認識結果のコレクション。