| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static OrientationCorrection |
OrientationCorrection.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
DetectLabelsResult.setOrientationCorrection(OrientationCorrection orientationCorrection)
The value of
OrientationCorrection is always null. |
void |
IndexFacesResult.setOrientationCorrection(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. |
void |
RecognizeCelebritiesResult.setOrientationCorrection(OrientationCorrection orientationCorrection)
The orientation of the input image (counterclockwise direction).
|
void |
DetectFacesResult.setOrientationCorrection(OrientationCorrection orientationCorrection)
The value of
OrientationCorrection is always null. |
void |
CompareFacesResult.setSourceImageOrientationCorrection(OrientationCorrection sourceImageOrientationCorrection)
The value of
SourceImageOrientationCorrection is always null. |
void |
CompareFacesResult.setTargetImageOrientationCorrection(OrientationCorrection targetImageOrientationCorrection)
The value of
TargetImageOrientationCorrection is always null. |
DetectLabelsResult |
DetectLabelsResult.withOrientationCorrection(OrientationCorrection orientationCorrection)
The value of
OrientationCorrection is always null. |
IndexFacesResult |
IndexFacesResult.withOrientationCorrection(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. |
RecognizeCelebritiesResult |
RecognizeCelebritiesResult.withOrientationCorrection(OrientationCorrection orientationCorrection)
The orientation of the input image (counterclockwise direction).
|
DetectFacesResult |
DetectFacesResult.withOrientationCorrection(OrientationCorrection orientationCorrection)
The value of
OrientationCorrection is always null. |
CompareFacesResult |
CompareFacesResult.withSourceImageOrientationCorrection(OrientationCorrection sourceImageOrientationCorrection)
The value of
SourceImageOrientationCorrection is always null. |
CompareFacesResult |
CompareFacesResult.withTargetImageOrientationCorrection(OrientationCorrection targetImageOrientationCorrection)
The value of
TargetImageOrientationCorrection is always null. |
Copyright © 2019. All rights reserved.