SpeechRecognitionResult.Confidence 속성

정의

인식 결과에서 음성 인식기의 신뢰도를 나타내는 값을 가져옵니다.

public:
 property SpeechRecognitionConfidence Confidence { SpeechRecognitionConfidence get(); };
SpeechRecognitionConfidence Confidence();
public SpeechRecognitionConfidence Confidence { get; }
var speechRecognitionConfidence = speechRecognitionResult.confidence;
Public ReadOnly Property Confidence As SpeechRecognitionConfidence

속성 값

인식 결과의 신뢰도 수준입니다.

설명

인식 대안의 전체 컬렉션에 대해 GetAlternates 를 호출합니다. 신뢰도에 따라 가장 가능성이 가장 낮은 항목으로 정렬됩니다. 컬렉션의 첫 번째 항목은 부모 개체가 나타내는 인식 결과입니다.

적용 대상

추가 정보