|
Watson Developer Cloud .NET Standard SDK
6.1.0
The .NET SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
|
An object that describes the Smart Document Understanding model for a collection. More...
Classes | |
| class | ModelEnumValue |
| Specifies the type of Smart Document Understanding (SDU) model that is enabled for the collection. The following types of models are supported: More... | |
Properties | |
| string | Model [get, set] |
| Specifies the type of Smart Document Understanding (SDU) model that is enabled for the collection. The following types of models are supported: More... | |
| bool? | Enabled [get, set] |
When true, smart document understanding conversion is enabled for the collection. More... | |
An object that describes the Smart Document Understanding model for a collection.
|
getset |
When true, smart document understanding conversion is enabled for the collection.
|
getset |
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. Constants for possible values can be found using CollectionDetailsSmartDocumentUnderstanding.ModelEnumValue