public class CollectionDetailsSmartDocumentUnderstanding
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CollectionDetailsSmartDocumentUnderstanding.Builder
Builder.
|
static interface |
CollectionDetailsSmartDocumentUnderstanding.Model
Specifies the type of Smart Document Understanding (SDU) model that is enabled for the
collection.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Gets the enabled.
|
String |
model()
Gets the model.
|
CollectionDetailsSmartDocumentUnderstanding.Builder |
newBuilder()
New builder.
|
public CollectionDetailsSmartDocumentUnderstanding.Builder newBuilder()
public Boolean enabled()
When `true`, smart document understanding conversion is enabled for the collection.
public String model()
Specifies the type of Smart Document Understanding (SDU) model that is enabled for the collection. The following types of models are supported:
* `custom`: A user-trained model is applied.
* `pre_trained`: A pretrained model is applied. This type of model is applied automatically to *Document Retrieval for Contracts* projects.
* `text_extraction`: An SDU model that extracts text and metadata from the content. This model is enabled in collections by default regardless of the types of documents in the collection (as long as the service plan supports SDU models).
You can apply user-trained or pretrained models to collections from the *Identify fields* page of the product user interface. For more information, see [the product documentation](/docs/discovery-data?topic=discovery-data-configuring-fields).
Copyright © 2024 IBM Cloud. All rights reserved.