AnalyzeResult 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.
Analyze API call result.
public class AnalyzeResult
type AnalyzeResult = class
Public Class AnalyzeResult
- Inheritance
-
AnalyzeResult
Constructors
AnalyzeResult() |
Initializes a new instance of the AnalyzeResult class. |
AnalyzeResult(String, IList<ExtractedPage>, IList<FormOperationError>) |
Initializes a new instance of the AnalyzeResult class. |
Properties
Errors |
Gets or sets list of errors reported during the analyze operation. |
Pages |
Gets or sets page level information extracted in the analyzed document. |
Status |
Gets or sets status of the analyze operation. Possible values include: 'success', 'partialSuccess', 'failure' |
Applies to
Azure SDK for .NET