FormRecognizerModelFactory
AccountProperties(Int32, Int32)
CustomFormModel(String, CustomFormModelStatus, DateTimeOffset, DateTimeOffset, IReadOnlyList<CustomFormSubmodel>, IReadOnlyList<TrainingDocumentInfo>, IReadOnlyList<FormRecognizerError>)
CustomFormModel(String, CustomFormModelStatus, DateTimeOffset, DateTimeOffset, IReadOnlyList<CustomFormSubmodel>, IReadOnlyList<TrainingDocumentInfo>, IReadOnlyList<FormRecognizerError>, String, CustomFormModelProperties)
CustomFormModelField(String, String, Single?)
CustomFormModelInfo(String, DateTimeOffset, DateTimeOffset, CustomFormModelStatus)
CustomFormModelInfo(String, DateTimeOffset, DateTimeOffset, CustomFormModelStatus, String, CustomFormModelProperties)
CustomFormModelProperties(Boolean)
CustomFormSubmodel(String, Single?, IReadOnlyDictionary<String, CustomFormModelField>)
CustomFormSubmodel(String, Single?, IReadOnlyDictionary<String, CustomFormModelField>, String)
FieldBoundingBox(IReadOnlyList<PointF>)
FieldData(FieldBoundingBox, Int32, String, IReadOnlyList<FormElement>)
FieldValueWithCountryRegionValueType(String)
FieldValueWithDateValueType(DateTime)
FieldValueWithDictionaryValueType(IReadOnlyDictionary<String, FormField>)
FieldValueWithFloatValueType(Single)
FieldValueWithInt64ValueType(Int64)
FieldValueWithListValueType(IReadOnlyList<FormField>)
FieldValueWithPhoneNumberValueType(String)
FieldValueWithSelectionMarkValueType(SelectionMarkState)
FieldValueWithStringValueType(String)
FieldValueWithTimeValueType(TimeSpan)
FormField(String, FieldData, FieldData, FieldValue, Single)
FormLine(FieldBoundingBox, Int32, String, IReadOnlyList<FormWord>)
FormLine(FieldBoundingBox, Int32, String, IReadOnlyList<FormWord>, TextAppearance)
FormPage(Int32, Single, Single, Single, LengthUnit, IReadOnlyList<FormLine>, IReadOnlyList<FormTable>)
FormPage(Int32, Single, Single, Single, LengthUnit, IReadOnlyList<FormLine>, IReadOnlyList<FormTable>, IReadOnlyList<FormSelectionMark>)
FormPageCollection(IList<FormPage>)
FormPageRange(Int32, Int32)
FormRecognizerError(String, String)
FormSelectionMark(FieldBoundingBox, Int32, String, Single, SelectionMarkState)
FormTable(Int32, Int32, Int32, IReadOnlyList<FormTableCell>)
FormTable(Int32, Int32, Int32, IReadOnlyList<FormTableCell>, FieldBoundingBox)
FormTableCell(FieldBoundingBox, Int32, String, Int32, Int32, Int32, Int32, Boolean, Boolean, Single, IReadOnlyList<FormElement>)
FormWord(FieldBoundingBox, Int32, String, Single)
RecognizedForm(String, FormPageRange, IReadOnlyDictionary<String, FormField>, IReadOnlyList<FormPage>)
RecognizedForm(String, FormPageRange, IReadOnlyDictionary<String, FormField>, IReadOnlyList<FormPage>, String, Single?)
RecognizedFormCollection(IList<RecognizedForm>)
TextAppearance(TextStyleName, Single)
TrainingDocumentInfo(String, Int32, IEnumerable<FormRecognizerError>, TrainingStatus)
TrainingDocumentInfo(String, Int32, IEnumerable<FormRecognizerError>, TrainingStatus, String)
net7.0
namespace Azure.AI.FormRecognizer.Models
{
public static class FormRecognizerModelFactory
{
public static CustomFormModelProperties CustomFormModelProperties(bool isComposedModel);
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net7.0 | |
Assembly | Azure.AI.FormRecognizer , Version=4.1.0.0, PublicKeyToken=92742159e12e44c8 |
Referencing | Your project needs a package reference to |
Package | Azure.AI.FormRecognizer (4.1.0) netstandard2.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API