| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static QualityFilter |
QualityFilter.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
QualityFilter |
IndexFacesRequest.qualityFilter()
A filter that specifies how much filtering is done to identify faces that are detected with low quality.
|
static QualityFilter |
QualityFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QualityFilter[] |
QualityFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<QualityFilter> |
QualityFilter.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.qualityFilter(QualityFilter qualityFilter)
A filter that specifies how much filtering is done to identify faces that are detected with low quality.
|
Copyright © 2019. All rights reserved.