Performs analysis on a document.
runAnalysis = function(
documentId,
options
)
static runAnalysis(
documentId: string,
options: DocumentAnalyzerRunOptions
): JQueryPromise<AnalysisResult[]>;
documentId
The ID corresponding to the document that should be analyzed.
options
The DocumentAnalyzerRunOptions to use when analyzing the document.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document