InkAnalysisInkWord.RecognizedText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the recognized text associated with the InkAnalysisInkWord object.
public:
property Platform::String ^ RecognizedText { Platform::String ^ get(); };
winrt::hstring RecognizedText();
public string RecognizedText { get; }
var string = inkAnalysisInkWord.recognizedText;
Public ReadOnly Property RecognizedText As String