| 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 |
|---|---|
AdapterVersionEvaluationMetric |
AdapterVersionEvaluationMetric.withFeatureType(FeatureType featureType)
Indicates the feature type being analyzed by a given adapter version.
|
AdapterOverview |
AdapterOverview.withFeatureTypes(FeatureType... featureTypes)
The feature types that the adapter is operating on.
|
AdapterVersionOverview |
AdapterVersionOverview.withFeatureTypes(FeatureType... featureTypes)
The feature types that the adapter version is operating on.
|
UpdateAdapterResult |
UpdateAdapterResult.withFeatureTypes(FeatureType... featureTypes)
List of the targeted feature types for the updated adapter.
|
StartDocumentAnalysisRequest |
StartDocumentAnalysisRequest.withFeatureTypes(FeatureType... featureTypes)
A list of the types of analysis to perform.
|
GetAdapterVersionResult |
GetAdapterVersionResult.withFeatureTypes(FeatureType... featureTypes)
List of the targeted feature types for the requested adapter version.
|
GetAdapterResult |
GetAdapterResult.withFeatureTypes(FeatureType... featureTypes)
List of the targeted feature types for the requested adapter.
|
CreateAdapterRequest |
CreateAdapterRequest.withFeatureTypes(FeatureType... featureTypes)
The type of feature that the adapter is being trained on.
|
AnalyzeDocumentRequest |
AnalyzeDocumentRequest.withFeatureTypes(FeatureType... featureTypes)
A list of the types of analysis to perform.
|
Copyright © 2024. All rights reserved.