DocumentTypeDetails Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentTypeDetails

public final class DocumentTypeDetails

The DocumentTypeDetails model representing detailed information about the document type.

Constructor Summary

Constructor Description
DocumentTypeDetails()

Creates a DocumentTypeDetails instance.

Method Summary

Modifier and Type Method and Description
DocumentModelBuildMode getBuildMode()

Get the buildMode property: Custom model build mode.

String getDescription()

Get the description property: Model description.

Map<String,Float> getFieldConfidence()

Get the fieldConfidence property: Estimated confidence for each field.

Map<String,DocumentFieldSchema> getFieldSchema()

Get the fieldSchema property: Description of the document semantic schema using a JSON Schema style syntax.

Methods inherited from java.lang.Object

Constructor Details

DocumentTypeDetails

public DocumentTypeDetails()

Creates a DocumentTypeDetails instance.

Method Details

getBuildMode

public DocumentModelBuildMode getBuildMode()

Get the buildMode property: Custom model build mode.

Returns:

the buildMode value.

getDescription

public String getDescription()

Get the description property: Model description.

Returns:

the description value.

getFieldConfidence

public Map getFieldConfidence()

Get the fieldConfidence property: Estimated confidence for each field.

Returns:

the fieldConfidence value.

getFieldSchema

public Map getFieldSchema()

Get the fieldSchema property: Description of the document semantic schema using a JSON Schema style syntax.

Returns:

the fieldSchema value.

Applies to