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
컬렉션에서 반환할 최대 음성 인식 결과 수입니다.
반환
신뢰도에서 가장 가능성이 가장 낮은 것으로 정렬된 음성 인식 결과의 컬렉션입니다.