Class DocTypeInfo


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

      • DocTypeInfo

        public DocTypeInfo()
    • Method Detail

      • 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.