DocumentClassifierDetails Class
- java.
lang. Object - com.
azure. ai. documentintelligence. models. DocumentClassifierDetails
- com.
Implements
public final class DocumentClassifierDetails
implements JsonSerializable<DocumentClassifierDetails>
Document classifier info.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Document |
fromJson(JsonReader jsonReader)
Reads an instance of Document |
String |
getApiVersion()
Get the api |
String |
getBaseClassifierId()
Get the base |
String |
getClassifierId()
Get the classifier |
Offset |
getCreatedOn()
Get the created |
String |
getDescription()
Get the description property: Document classifier description. |
Map<String,Classifier |
getDocumentTypes()
Get the document |
Offset |
getExpiresOn()
Get the expires |
Offset |
getModifiedOn()
Get the modified |
List<Document |
getWarnings()
Get the warnings property: List of warnings encountered while building the classifier. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DocumentClassifierDetails fromJson(JsonReader jsonReader)
Reads an instance of DocumentClassifierDetails from the JsonReader.
Parameters:
Returns:
Throws:
getApiVersion
public String getApiVersion()
Get the apiVersion property: API version used to create this document classifier.
Returns:
getBaseClassifierId
public String getBaseClassifierId()
Get the baseClassifierId property: Base classifierId on top of which the classifier was trained.
Returns:
getClassifierId
public String getClassifierId()
Get the classifierId property: Unique document classifier name.
Returns:
getCreatedOn
public OffsetDateTime getCreatedOn()
Get the createdOn property: Date and time (UTC) when the document classifier was created.
Returns:
getDescription
public String getDescription()
Get the description property: Document classifier description.
Returns:
getDocumentTypes
public Map
Get the documentTypes property: List of document types to classify against.
Returns:
getExpiresOn
public OffsetDateTime getExpiresOn()
Get the expiresOn property: Date and time (UTC) when the document classifier will expire.
Returns:
getModifiedOn
public OffsetDateTime getModifiedOn()
Get the modifiedOn property: Date and time (UTC) when the document model was last modified.
Returns:
getWarnings
public List
Get the warnings property: List of warnings encountered while building the classifier.
Returns:
toJson
Applies to
Azure SDK for Java