CelebrityDetail class

Information about a recognized celebrity.

Constructors

CelebrityDetail({BoundingBox? boundingBox, double? confidence, FaceDetail? face, String? id, String? name, List<String>? urls})
CelebrityDetail.fromJson(Map<String, dynamic> json)
factory

Properties

boundingBox BoundingBox?
Bounding box around the body of a celebrity.
final
confidence double?
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
final
face FaceDetail?
Face details for the recognized celebrity.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for the celebrity.
final
name String?
The name of the celebrity.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urls List<String>?
An array of URLs pointing to additional celebrity information.
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

Operators

operator ==(Object other) bool
The equality operator.
inherited