AnalyzeResult Class

Definition

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