| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static OrientationCorrection |
OrientationCorrection.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OrientationCorrection |
IndexFacesResponse.orientationCorrection()
If your collection is associated with a face detection model that's later than version 3.0, the value of
OrientationCorrection is always null and no orientation information is returned. |
OrientationCorrection |
RecognizeCelebritiesResponse.orientationCorrection()
|
OrientationCorrection |
DetectFacesResponse.orientationCorrection()
The value of
OrientationCorrection is always null. |
OrientationCorrection |
DetectLabelsResponse.orientationCorrection()
The value of
OrientationCorrection is always null. |
OrientationCorrection |
CompareFacesResponse.sourceImageOrientationCorrection()
The value of
SourceImageOrientationCorrection is always null. |
OrientationCorrection |
CompareFacesResponse.targetImageOrientationCorrection()
The value of
TargetImageOrientationCorrection is always null. |
static OrientationCorrection |
OrientationCorrection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrientationCorrection[] |
OrientationCorrection.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<OrientationCorrection> |
OrientationCorrection.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
IndexFacesResponse.Builder |
IndexFacesResponse.Builder.orientationCorrection(OrientationCorrection orientationCorrection)
If your collection is associated with a face detection model that's later than version 3.0, the value of
OrientationCorrection is always null and no orientation information is returned. |
RecognizeCelebritiesResponse.Builder |
RecognizeCelebritiesResponse.Builder.orientationCorrection(OrientationCorrection orientationCorrection)
|
DetectFacesResponse.Builder |
DetectFacesResponse.Builder.orientationCorrection(OrientationCorrection orientationCorrection)
The value of
OrientationCorrection is always null. |
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.orientationCorrection(OrientationCorrection orientationCorrection)
The value of
OrientationCorrection is always null. |
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.sourceImageOrientationCorrection(OrientationCorrection sourceImageOrientationCorrection)
The value of
SourceImageOrientationCorrection is always null. |
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.targetImageOrientationCorrection(OrientationCorrection targetImageOrientationCorrection)
The value of
TargetImageOrientationCorrection is always null. |
Copyright © 2021. All rights reserved.