Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InkAnalyzer.AnalyzeAsync Method

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.

Aynchronously generates the tree of objects for the ink analysis process.

public:
 virtual IAsyncOperation<InkAnalysisResult ^> ^ AnalyzeAsync() = AnalyzeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<InkAnalysisResult> AnalyzeAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<InkAnalysisResult> AnalyzeAsync();
function analyzeAsync()
Public Function AnalyzeAsync () As IAsyncOperation(Of InkAnalysisResult)

Returns

The results of the analysis as an InkAnalysisResult object.

Attributes

Applies to


Feedback

Was this page helpful?