public static interface CollectionDetailsSmartDocumentUnderstanding.Model
* `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).
Modifier and Type | Field and Description |
---|---|
static String |
CUSTOM
custom.
|
static String |
PRE_TRAINED
pre_trained.
|
static String |
TEXT_EXTRACTION
text_extraction.
|
static final String CUSTOM
static final String PRE_TRAINED
static final String TEXT_EXTRACTION
Copyright © 2024 IBM Cloud. All rights reserved.