AnalyzeDocumentOptions Class
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.
The set of options that can be specified when calling an Analyze Document method to configure the behavior of the request. For example, specify the locale of the document, or which pages to analyze.
public class AnalyzeDocumentOptions
type AnalyzeDocumentOptions = class
Public Class AnalyzeDocumentOptions
- Inheritance
-
AnalyzeDocumentOptions
Constructors
AnalyzeDocumentOptions() |
Initializes a new instance of the AnalyzeDocumentOptions class which allows to set options that can be specified when calling a Analyze Document method to configure the behavior of the request. For example, specify the locale of the document, or which pages to analyze. |
Properties
Features |
The add-on capabilities to enable during document analysis. For more information, see Azure Form Recognizer add-on capabilities. |
Locale |
Sets the locale information for the document. See the service documentation for a complete list of supported locales. |
Pages |
Custom page numbers for multi-page documents(PDF/TIFF). Input the page numbers and/or ranges of pages you want to get in the result. For a range of pages, use a hyphen, like `Pages = { "1-3", "5-6" }`. Separate each page number or range with a comma. Although this collection cannot be set, it can be modified. See Object initializers with collection read-only property initialization. |