public class SduStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected SduStatusCustomFields |
customFields |
protected java.lang.Boolean |
enabled |
protected java.lang.Long |
totalAnnotatedPages |
protected java.lang.Long |
totalDocuments |
protected java.lang.Long |
totalPages |
Constructor and Description |
---|
SduStatus() |
Modifier and Type | Method and Description |
---|---|
SduStatusCustomFields |
getCustomFields()
Gets the customFields.
|
java.lang.Long |
getTotalAnnotatedPages()
Gets the totalAnnotatedPages.
|
java.lang.Long |
getTotalDocuments()
Gets the totalDocuments.
|
java.lang.Long |
getTotalPages()
Gets the totalPages.
|
java.lang.Boolean |
isEnabled()
Gets the enabled.
|
protected java.lang.Boolean enabled
@SerializedName(value="total_annotated_pages") protected java.lang.Long totalAnnotatedPages
@SerializedName(value="total_pages") protected java.lang.Long totalPages
@SerializedName(value="total_documents") protected java.lang.Long totalDocuments
@SerializedName(value="custom_fields") protected SduStatusCustomFields customFields
public java.lang.Boolean isEnabled()
When `true`, smart document understanding conversion is enabled for this collection. All collections created with a version date after `2019-04-30` have smart document understanding enabled. If `false`, documents added to the collection are converted using the **conversion** settings specified in the configuration associated with the collection.
public java.lang.Long getTotalAnnotatedPages()
The total number of pages annotated using smart document understanding in this collection.
public java.lang.Long getTotalPages()
The current number of pages that can be used for training smart document understanding. The `total_pages` number is calculated as the total number of pages identified from the documents listed in the **total_documents** field.
public java.lang.Long getTotalDocuments()
The total number of documents in this collection that can be used to train smart document understanding. For **lite** plan collections, the maximum is the first 20 uploaded documents (not including HTML or JSON documents). For other plans, the maximum is the first 40 uploaded documents (not including HTML or JSON documents). When the maximum is reached, additional documents uploaded to the collection are not considered for training smart document understanding.
public SduStatusCustomFields getCustomFields()
Information about custom smart document understanding fields that exist in this collection.