runAnalysis Method

Summary

Performs analysis on a document.

Syntax
TypeScript
JavaScript
runAnalysis = function( 
   documentId, 
   options 
) 
static runAnalysis( 
   documentId: string, 
   options: DocumentAnalyzerRunOptions 
): JQueryPromise<AnalysisResult[]>; 

Parameters

documentId

The ID corresponding to the document that should be analyzed.

options

The DocumentAnalyzerRunOptions to use when analyzing the document.

Return Value

A JQuery promise that will resolve successfully to a collection of AnalysisResult objects. If DocumentAnalyzerRunOptions.returnResults is set to false, the promise will resolve to an empty array instead.

Requirements

Target Platforms

Help Version 22.0.2023.2.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.