| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
Attribute.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Attribute |
Attribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute[] |
Attribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
DetectFacesRequest.attributes()
An array of facial attributes you want to be returned.
|
List<Attribute> |
IndexFacesRequest.detectionAttributes()
An array of facial attributes that you want to be returned.
|
static Set<Attribute> |
Attribute.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DetectFacesRequest.Builder |
DetectFacesRequest.Builder.attributes(Attribute... attributes)
An array of facial attributes you want to be returned.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.detectionAttributes(Attribute... detectionAttributes)
An array of facial attributes that you want to be returned.
|
| Modifier and Type | Method and Description |
|---|---|
DetectFacesRequest.Builder |
DetectFacesRequest.Builder.attributes(Collection<Attribute> attributes)
An array of facial attributes you want to be returned.
|
IndexFacesRequest.Builder |
IndexFacesRequest.Builder.detectionAttributes(Collection<Attribute> detectionAttributes)
An array of facial attributes that you want to be returned.
|
Copyright © 2023. All rights reserved.