IInkRecognizerContainer Interface

Definition

Represents one or more InkRecognizer objects.

public interface class IInkRecognizerContainer
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2806880817, 32839, 18072, 169, 18, 248, 42, 80, 133, 1, 47)]
struct IInkRecognizerContainer
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2806880817, 32839, 18072, 169, 18, 248, 42, 80, 133, 1, 47)]
public interface IInkRecognizerContainer
Public Interface IInkRecognizerContainer
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Methods

GetRecognizers()

Gets the collection of installed handwriting recognizers.

RecognizeAsync(InkStrokeContainer, InkRecognitionTarget)

Performs handwriting recognition on one or more InkStroke objects.

SetDefaultRecognizer(InkRecognizer)

Sets the default InkRecognizer used for handwriting recognition.

Applies to

See also