Uses of Class
software.amazon.awssdk.services.rekognition.model.OrientationCorrection
-
Packages that use OrientationCorrection Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of OrientationCorrection in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return OrientationCorrection Modifier and Type Method Description static OrientationCorrectionOrientationCorrection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OrientationCorrectionDetectFacesResponse. orientationCorrection()The value ofOrientationCorrectionis always null.OrientationCorrectionDetectLabelsResponse. orientationCorrection()The value ofOrientationCorrectionis always null.OrientationCorrectionIndexFacesResponse. orientationCorrection()If your collection is associated with a face detection model that's later than version 3.0, the value ofOrientationCorrectionis always null and no orientation information is returned.OrientationCorrectionRecognizeCelebritiesResponse. orientationCorrection()OrientationCorrectionCompareFacesResponse. sourceImageOrientationCorrection()The value ofSourceImageOrientationCorrectionis always null.OrientationCorrectionCompareFacesResponse. targetImageOrientationCorrection()The value ofTargetImageOrientationCorrectionis always null.static OrientationCorrectionOrientationCorrection. 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.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type OrientationCorrection Modifier and Type Method Description static Set<OrientationCorrection>OrientationCorrection. knownValues()Methods in software.amazon.awssdk.services.rekognition.model with parameters of type OrientationCorrection Modifier and Type Method Description DetectFacesResponse.BuilderDetectFacesResponse.Builder. orientationCorrection(OrientationCorrection orientationCorrection)The value ofOrientationCorrectionis always null.DetectLabelsResponse.BuilderDetectLabelsResponse.Builder. orientationCorrection(OrientationCorrection orientationCorrection)The value ofOrientationCorrectionis always null.IndexFacesResponse.BuilderIndexFacesResponse.Builder. orientationCorrection(OrientationCorrection orientationCorrection)If your collection is associated with a face detection model that's later than version 3.0, the value ofOrientationCorrectionis always null and no orientation information is returned.RecognizeCelebritiesResponse.BuilderRecognizeCelebritiesResponse.Builder. orientationCorrection(OrientationCorrection orientationCorrection)CompareFacesResponse.BuilderCompareFacesResponse.Builder. sourceImageOrientationCorrection(OrientationCorrection sourceImageOrientationCorrection)The value ofSourceImageOrientationCorrectionis always null.CompareFacesResponse.BuilderCompareFacesResponse.Builder. targetImageOrientationCorrection(OrientationCorrection targetImageOrientationCorrection)The value ofTargetImageOrientationCorrectionis always null.
-