RecognizeCelebritiesResponse class
Properties
-
celebrityFaces
→ List<Celebrity>?
-
Details about each celebrity found in the image. Amazon Rekognition can
detect a maximum of 64 celebrities in an image.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
orientationCorrection
→ OrientationCorrection?
-
The orientation of the input image (counterclockwise direction). If your
application displays the image, you can use this value to correct the
orientation. The bounding box coordinates returned in
CelebrityFaces
and UnrecognizedFaces
represent
face locations before the image orientation is corrected.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
unrecognizedFaces
→ List<ComparedFace>?
-
Details about each unrecognized face in the image.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited