| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentReadFeatureTypes |
DocumentReadFeatureTypes.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DocumentReadFeatureTypes |
DocumentReadFeatureTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentReadFeatureTypes[] |
DocumentReadFeatureTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentReadFeatureTypes> |
DocumentReaderConfig.featureTypes()
Specifies the type of Amazon Textract features to apply.
|
static Set<DocumentReadFeatureTypes> |
DocumentReadFeatureTypes.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DocumentReaderConfig.Builder |
DocumentReaderConfig.Builder.featureTypes(DocumentReadFeatureTypes... featureTypes)
Specifies the type of Amazon Textract features to apply.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentReaderConfig.Builder |
DocumentReaderConfig.Builder.featureTypes(Collection<DocumentReadFeatureTypes> featureTypes)
Specifies the type of Amazon Textract features to apply.
|
Copyright © 2023. All rights reserved.