इसके माध्यम से साझा किया गया


InkRecognitionResult.GetStrokes Method

Definition

Retrieves all ink strokes used for handwriting recognition.

Recognition results are produced for each word that is detected by an InkRecognizer.

public:
 virtual IVectorView<InkStroke ^> ^ GetStrokes() = GetStrokes;
IVectorView<InkStroke> GetStrokes();
public IReadOnlyList<InkStroke> GetStrokes();
function getStrokes()
Public Function GetStrokes () As IReadOnlyList(Of InkStroke)

Returns

The ink strokes used for handwriting recognition as a collection of InkStroke objects.

Applies to

See also