DocumentAnalysisModelFactory Class

Definition

A factory that builds Azure.AI.FormRecognizer.DocumentAnalysis model types used for mocking.

public static class DocumentAnalysisModelFactory
type DocumentAnalysisModelFactory = class
Public Class DocumentAnalysisModelFactory
Inheritance
DocumentAnalysisModelFactory

Methods

AddressValue(String, String, String, String, String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of AddressValue.

AnalyzedDocument(String, IEnumerable<BoundingRegion>, IEnumerable<DocumentSpan>, IReadOnlyDictionary<String,DocumentField>, Single)

Initializes a new instance of AnalyzedDocument.

AnalyzeResult(String, String, IEnumerable<DocumentPage>, IEnumerable<DocumentTable>, IEnumerable<DocumentKeyValuePair>, IEnumerable<DocumentStyle>, IEnumerable<DocumentLanguage>, IEnumerable<AnalyzedDocument>, IEnumerable<DocumentParagraph>, String)

Initializes a new instance of AnalyzeResult.

BoundingRegion(Int32, IReadOnlyList<PointF>)

Initializes a new instance of BoundingRegion.

CurrencyValue(Double, String, String)

Initializes a new instance of CurrencyValue.

DocumentBarcode(DocumentBarcodeKind, String, IReadOnlyList<PointF>, DocumentSpan, Single)

Initializes a new instance of DocumentBarcode.

DocumentClassifierBuildOperationDetails(String, DocumentOperationStatus, Nullable<Int32>, DateTimeOffset, DateTimeOffset, Uri, IReadOnlyDictionary<String, String>, ResponseError, DocumentClassifierDetails, String)

Initializes a new instance of DocumentClassifierBuildOperationDetails.

DocumentClassifierDetails(String, String, DateTimeOffset, Nullable<DateTimeOffset>, String, IReadOnlyDictionary<String,ClassifierDocumentTypeDetails>)

Initializes a new instance of DocumentClassifierDetails.

DocumentField(DocumentFieldType, DocumentFieldValue, String, IReadOnlyList<BoundingRegion>, IReadOnlyList<DocumentSpan>, Nullable<Single>)

Initializes a new instance of DocumentField.

DocumentFieldSchema(DocumentFieldType, String, String, DocumentFieldSchema, IReadOnlyDictionary<String,DocumentFieldSchema>)

Initializes a new instance of DocumentFieldSchema.

DocumentFieldValueWithAddressFieldType(AddressValue)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithBooleanFieldType(Boolean)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithCountryRegionFieldType(String)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithCurrencyFieldType(CurrencyValue)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithDateFieldType(DateTimeOffset)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithDictionaryFieldType(IReadOnlyDictionary<String,DocumentField>)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithDoubleFieldType(Double)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithInt64FieldType(Int32)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithListFieldType(IEnumerable<DocumentField>)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithPhoneNumberFieldType(String)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithSelectionMarkFieldType(DocumentSelectionMarkState)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithSignatureFieldType(DocumentSignatureType)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithStringFieldType(String)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithTimeFieldType(TimeSpan)

Initializes a new instance of DocumentFieldValue.

DocumentFieldValueWithUnknownFieldType(DocumentFieldType)

Initializes a new instance of DocumentFieldValue.

DocumentFormula(DocumentFormulaKind, String, IReadOnlyList<PointF>, DocumentSpan, Single)

Initializes a new instance of DocumentFormula.

DocumentKeyValueElement(String, IEnumerable<BoundingRegion>, IEnumerable<DocumentSpan>)

Initializes a new instance of DocumentKeyValueElement.

DocumentKeyValuePair(DocumentKeyValueElement, DocumentKeyValueElement, Single)

Initializes a new instance of DocumentKeyValuePair.

DocumentLanguage(String, IEnumerable<DocumentSpan>, Single)

Initializes a new instance of DocumentLanguage.

DocumentLine(String, IReadOnlyList<PointF>, IEnumerable<DocumentSpan>, IEnumerable<DocumentWord>)

Initializes a new instance of DocumentLine.

DocumentModelBuildOperationDetails(String, DocumentOperationStatus, Nullable<Int32>, DateTimeOffset, DateTimeOffset, Uri, IReadOnlyDictionary<String, String>, ResponseError, DocumentModelDetails, String)

Initializes a new instance of DocumentModelBuildOperationDetails.

DocumentModelComposeOperationDetails(String, DocumentOperationStatus, Nullable<Int32>, DateTimeOffset, DateTimeOffset, Uri, IReadOnlyDictionary<String, String>, ResponseError, DocumentModelDetails, String)

Initializes a new instance of DocumentModelComposeOperationDetails.

DocumentModelCopyToOperationDetails(String, DocumentOperationStatus, Nullable<Int32>, DateTimeOffset, DateTimeOffset, Uri, IReadOnlyDictionary<String, String>, ResponseError, DocumentModelDetails, String)

Initializes a new instance of DocumentModelCopyToOperationDetails.

DocumentModelDetails(String, String, DateTimeOffset, IReadOnlyDictionary<String, String>, IReadOnlyDictionary<String,DocumentTypeDetails>, Nullable<DateTimeOffset>, String)

Initializes a new instance of DocumentModelDetails.

DocumentModelSummary(String, String, DateTimeOffset, IReadOnlyDictionary<String,String>, Nullable<DateTimeOffset>, String)

Initializes a new instance of DocumentModelSummary.

DocumentPage(Int32, Nullable<Single>, Nullable<Single>, Nullable<Single>, Nullable<DocumentPageLengthUnit>, IEnumerable<DocumentSpan>, IEnumerable<DocumentWord>, IEnumerable<DocumentSelectionMark>, IEnumerable<DocumentLine>, IEnumerable<DocumentBarcode>, IEnumerable<DocumentFormula>)

Initializes a new instance of DocumentPage.

DocumentParagraph(Nullable<ParagraphRole>, String, IEnumerable<BoundingRegion>, IEnumerable<DocumentSpan>)

Initializes a new instance of DocumentParagraph.

DocumentSelectionMark(DocumentSelectionMarkState, IReadOnlyList<PointF>, DocumentSpan, Single)

Initializes a new instance of DocumentSelectionMark.

DocumentSpan(Int32, Int32)

Initializes a new instance of DocumentSpan.

DocumentStyle(Nullable<Boolean>, IEnumerable<DocumentSpan>, Single, String, Nullable<DocumentFontStyle>, Nullable<DocumentFontWeight>, String, String)

Initializes a new instance of DocumentStyle.

DocumentTable(Int32, Int32, IEnumerable<DocumentTableCell>, IEnumerable<BoundingRegion>, IEnumerable<DocumentSpan>)

Initializes a new instance of DocumentTable.

DocumentTableCell(DocumentTableCellKind, Int32, Int32, Int32, Int32, String, IEnumerable<BoundingRegion>, IEnumerable<DocumentSpan>)

Initializes a new instance of DocumentTableCell.

DocumentTypeDetails(String, Nullable<DocumentBuildMode>, IReadOnlyDictionary<String,DocumentFieldSchema>, IReadOnlyDictionary<String,Single>)

Initializes a new instance of DocumentTypeDetails.

DocumentWord(String, IReadOnlyList<PointF>, DocumentSpan, Single)

Initializes a new instance of DocumentWord.

OperationDetails(String, DocumentOperationStatus, Nullable<Int32>, DateTimeOffset, DateTimeOffset, DocumentOperationKind, Uri, IReadOnlyDictionary<String, String>, ResponseError, String)

Initializes a new instance of OperationDetails.

OperationSummary(String, DocumentOperationStatus, Nullable<Int32>, DateTimeOffset, DateTimeOffset, DocumentOperationKind, Uri, IReadOnlyDictionary<String, String>, String)

Initializes a new instance of OperationSummary.

ResourceDetails(Int32, Int32, ResourceQuotaDetails)

Initializes a new instance of ResourceDetails.

ResourceQuotaDetails(Int32, Int32, DateTimeOffset)

Initializes a new instance of ResourceQuotaDetails.

Applies to