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
在集合中傳回的語音辨識結果數目上限。
傳回
語音辨識結果的集合,依信賴度排序,最可能最可能。