public class CollectionDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CollectionDetails.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
collectionId()
Gets the collectionId.
|
Date |
created()
Gets the created.
|
String |
description()
Gets the description.
|
List<CollectionEnrichment> |
enrichments()
Gets the enrichments.
|
String |
language()
Gets the language.
|
String |
name()
Gets the name.
|
CollectionDetails.Builder |
newBuilder()
New builder.
|
Boolean |
ocrEnabled()
Gets the ocrEnabled.
|
CollectionDetailsSmartDocumentUnderstanding |
smartDocumentUnderstanding()
Gets the smartDocumentUnderstanding.
|
public CollectionDetails.Builder newBuilder()
public String collectionId()
The Universally Unique Identifier (UUID) of the collection.
public String name()
The name of the collection.
public String description()
A description of the collection.
public Date created()
The date that the collection was created.
public String language()
The language of the collection. For a list of supported languages, see the [product documentation](/docs/discovery-data?topic=discovery-data-language-support).
public Boolean ocrEnabled()
If set to `true`, optical character recognition (OCR) is enabled. For more information, see [Optical character recognition](/docs/discovery-data?topic=discovery-data-collections#ocr).
public List<CollectionEnrichment> enrichments()
An array of enrichments that are applied to this collection. To get a list of enrichments that are available for a project, use the [List enrichments](#listenrichments) method.
If no enrichments are specified when the collection is created, the default enrichments for the project type are applied. For more information about project default settings, see the [product documentation](/docs/discovery-data?topic=discovery-data-project-defaults).
public CollectionDetailsSmartDocumentUnderstanding smartDocumentUnderstanding()
An object that describes the Smart Document Understanding model for a collection.
Copyright © 2024 IBM Cloud. All rights reserved.