88 строки
6.2 KiB
YAML
88 строки
6.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.formrecognizer.training.models.CustomFormSubmodel"
|
|
fullName: "com.azure.ai.formrecognizer.training.models.CustomFormSubmodel"
|
|
name: "CustomFormSubmodel"
|
|
nameWithType: "CustomFormSubmodel"
|
|
summary: "The Custom<wbr>Form<wbr>Submodel model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **CustomFormSubmodel**"
|
|
constructors:
|
|
- uid: "com.azure.ai.formrecognizer.training.models.CustomFormSubmodel.CustomFormSubmodel(java.lang.Float,java.util.Map<java.lang.String,com.azure.ai.formrecognizer.training.models.CustomFormModelField>,java.lang.String)"
|
|
fullName: "com.azure.ai.formrecognizer.training.models.CustomFormSubmodel.CustomFormSubmodel(Float accuracy, Map<String,CustomFormModelField> fields, String formType)"
|
|
name: "CustomFormSubmodel(Float accuracy, Map<String,CustomFormModelField> fields, String formType)"
|
|
nameWithType: "CustomFormSubmodel.CustomFormSubmodel(Float accuracy, Map<String,CustomFormModelField> fields, String formType)"
|
|
summary: "Constructs a Custom<wbr>Form<wbr>Submodel object."
|
|
parameters:
|
|
- description: "The estimated extraction accuracy for this model."
|
|
name: "accuracy"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
- description: "The Map of fields used to train the model."
|
|
name: "fields"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.ai.formrecognizer.training.models.CustomFormModelField?alt=com.azure.ai.formrecognizer.training.models.CustomFormModelField&text=CustomFormModelField\" data-throw-if-not-resolved=\"False\" />>"
|
|
- description: "The recognized form type."
|
|
name: "formType"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CustomFormSubmodel(Float accuracy, Map<String,CustomFormModelField> fields, String formType)"
|
|
desc: "Constructs a CustomFormSubmodel object."
|
|
methods:
|
|
- uid: "com.azure.ai.formrecognizer.training.models.CustomFormSubmodel.getAccuracy()"
|
|
fullName: "com.azure.ai.formrecognizer.training.models.CustomFormSubmodel.getAccuracy()"
|
|
name: "getAccuracy()"
|
|
nameWithType: "CustomFormSubmodel.getAccuracy()"
|
|
summary: "Get the estimated extraction accuracy for this model."
|
|
syntax: "public Float getAccuracy()"
|
|
desc: "Get the estimated extraction accuracy for this model."
|
|
returns:
|
|
description: "the accuracy value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
- uid: "com.azure.ai.formrecognizer.training.models.CustomFormSubmodel.getFields()"
|
|
fullName: "com.azure.ai.formrecognizer.training.models.CustomFormSubmodel.getFields()"
|
|
name: "getFields()"
|
|
nameWithType: "CustomFormSubmodel.getFields()"
|
|
summary: "A map of the fields recognized from the input document."
|
|
syntax: "public Map<String,CustomFormModelField> getFields()"
|
|
desc: "A map of the fields recognized from the input document. For models trained with labels, this is the training-time label of the field. For models trained with forms only, a unique name is generated for each field."
|
|
returns:
|
|
description: "the unmodifiable map of recognized fields."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.ai.formrecognizer.training.models.CustomFormModelField?alt=com.azure.ai.formrecognizer.training.models.CustomFormModelField&text=CustomFormModelField\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.ai.formrecognizer.training.models.CustomFormSubmodel.getFormType()"
|
|
fullName: "com.azure.ai.formrecognizer.training.models.CustomFormSubmodel.getFormType()"
|
|
name: "getFormType()"
|
|
nameWithType: "CustomFormSubmodel.getFormType()"
|
|
summary: "Gets the recognized form type for the model."
|
|
syntax: "public String getFormType()"
|
|
desc: "Gets the recognized form type for the model."
|
|
returns:
|
|
description: "the form type for the model."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.formrecognizer.training.models.CustomFormSubmodel.getModelId()"
|
|
fullName: "com.azure.ai.formrecognizer.training.models.CustomFormSubmodel.getModelId()"
|
|
name: "getModelId()"
|
|
nameWithType: "CustomFormSubmodel.getModelId()"
|
|
summary: "Get the unique identifier for the submodel."
|
|
syntax: "public String getModelId()"
|
|
desc: "Get the unique identifier for the submodel."
|
|
returns:
|
|
description: "the modelId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "class"
|
|
desc: "The CustomFormSubmodel model."
|
|
metadata: {}
|
|
package: "com.azure.ai.formrecognizer.training.models"
|
|
artifact: com.azure:azure-ai-formrecognizer:4.1.11
|