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

컬렉션에서 반환할 최대 음성 인식 결과 수입니다.

반환

신뢰도에서 가장 가능성이 가장 낮은 것으로 정렬된 음성 인식 결과의 컬렉션입니다.

적용 대상

추가 정보