| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
Attribute.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DetectFacesRequest |
DetectFacesRequest.withAttributes(Attribute... attributes)
An array of facial attributes you want to be returned.
|
IndexFacesRequest |
IndexFacesRequest.withDetectionAttributes(Attribute... detectionAttributes)
An array of facial attributes that you want to be returned.
|
Copyright © 2020. All rights reserved.