| 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 orientation of the input image (counter-clockwise direction).
|
void |
IndexFacesResult.setOrientationCorrection(OrientationCorrection orientationCorrection)
The orientation of the input image (counterclockwise direction).
|
void |
RecognizeCelebritiesResult.setOrientationCorrection(OrientationCorrection orientationCorrection)
The orientation of the input image (counterclockwise direction).
|
void |
DetectFacesResult.setOrientationCorrection(OrientationCorrection orientationCorrection)
The orientation of the input image (counter-clockwise direction).
|
void |
CompareFacesResult.setSourceImageOrientationCorrection(OrientationCorrection sourceImageOrientationCorrection)
The orientation of the source image (counterclockwise direction).
|
void |
CompareFacesResult.setTargetImageOrientationCorrection(OrientationCorrection targetImageOrientationCorrection)
The orientation of the target image (in counterclockwise direction).
|
DetectLabelsResult |
DetectLabelsResult.withOrientationCorrection(OrientationCorrection orientationCorrection)
The orientation of the input image (counter-clockwise direction).
|
IndexFacesResult |
IndexFacesResult.withOrientationCorrection(OrientationCorrection orientationCorrection)
The orientation of the input image (counterclockwise direction).
|
RecognizeCelebritiesResult |
RecognizeCelebritiesResult.withOrientationCorrection(OrientationCorrection orientationCorrection)
The orientation of the input image (counterclockwise direction).
|
DetectFacesResult |
DetectFacesResult.withOrientationCorrection(OrientationCorrection orientationCorrection)
The orientation of the input image (counter-clockwise direction).
|
CompareFacesResult |
CompareFacesResult.withSourceImageOrientationCorrection(OrientationCorrection sourceImageOrientationCorrection)
The orientation of the source image (counterclockwise direction).
|
CompareFacesResult |
CompareFacesResult.withTargetImageOrientationCorrection(OrientationCorrection targetImageOrientationCorrection)
The orientation of the target image (in counterclockwise direction).
|
Copyright © 2018. All rights reserved.