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

public final class DocumentTypeDetails extends Object
The DocumentTypeDetails model representing detailed information about the document type.
  • Constructor Details

    • DocumentTypeDetails

      public DocumentTypeDetails()
  • Method Details

    • getDescription

      public String getDescription()
      Get the description property: Model description.
      Returns:
      the description value.
    • getFieldSchema

      public Map<String,DocumentFieldSchema> getFieldSchema()
      Get the fieldSchema property: Description of the document semantic schema using a JSON Schema style syntax.
      Returns:
      the fieldSchema value.
    • getFieldConfidence

      public Map<String,Float> getFieldConfidence()
      Get the fieldConfidence property: Estimated confidence for each field.
      Returns:
      the fieldConfidence value.
    • getBuildMode

      public DocumentModelBuildMode getBuildMode()
      Get the buildMode property: Custom model build mode.
      Returns:
      the buildMode value.