| 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)
Amazon Rekognition returns the orientation of the input image that was detected (clockwise direction).
|
void |
IndexFacesResult.setOrientationCorrection(OrientationCorrection orientationCorrection)
The algorithm detects the image orientation.
|
void |
DetectFacesResult.setOrientationCorrection(OrientationCorrection orientationCorrection)
The algorithm detects the image orientation.
|
DetectLabelsResult |
DetectLabelsResult.withOrientationCorrection(OrientationCorrection orientationCorrection)
Amazon Rekognition returns the orientation of the input image that was detected (clockwise direction).
|
IndexFacesResult |
IndexFacesResult.withOrientationCorrection(OrientationCorrection orientationCorrection)
The algorithm detects the image orientation.
|
DetectFacesResult |
DetectFacesResult.withOrientationCorrection(OrientationCorrection orientationCorrection)
The algorithm detects the image orientation.
|
Copyright © 2017. All rights reserved.