| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
static FeatureType |
FeatureType.fromValue(String value)
Use this in place of valueOf.
|
static FeatureType |
FeatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureType[] |
FeatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StartDocumentAnalysisRequest |
StartDocumentAnalysisRequest.withFeatureTypes(FeatureType... featureTypes)
A list of the types of analysis to perform.
|
AnalyzeDocumentRequest |
AnalyzeDocumentRequest.withFeatureTypes(FeatureType... featureTypes)
A list of the types of analysis to perform.
|
Copyright © 2022. All rights reserved.