Applies server-side actions against the analysis results of a document.
applyActions = function(
documentId,
actionIds,
results
)
static applyActions(
documentId: string,
actionIds: string[],
results: AnalysisResult[]
): JQueryPromise<void>;
documentId
The ID of the document to apply the actions to.
actionIds
The IDs corresponding to the ActionSet that should be used.
results
A collection of AnalysisResults that the actions should be applied to.
A JQuery Promise object that will resolve successfully when the actions have been applied to the document.
Actions are registered in the Document Service. To get a list of available actions, call DocumentAnalyzer.getActionSets.
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