java.lang.Object
com.azure.ai.formrecognizer.administration.models.DocTypeInfo

public final class DocTypeInfo extends Object
The DocTypeInfo model.
  • Constructor Details

    • DocTypeInfo

      public DocTypeInfo()
  • 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.