다음을 통해 공유


InkRecognitionResult.GetTextCandidates 메서드

정의

필기 인식에서 반환된 각 단어에 대한 잠재적 일치 항목으로 식별된 문자열의 컬렉션을 검색합니다.

public:
 virtual IVectorView<Platform::String ^> ^ GetTextCandidates() = GetTextCandidates;
IVectorView<winrt::hstring> GetTextCandidates();
public IReadOnlyList<string> GetTextCandidates();
function getTextCandidates()
Public Function GetTextCandidates () As IReadOnlyList(Of String)

반환

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

인식은 String 개체의 컬렉션과 일치합니다. 가장 가능성이 높은 후보는 컬렉션에서 가장 높은 후보입니다.

적용 대상

추가 정보