CelebrityRecognition class
Information about a detected celebrity and the time the celebrity was detected in a stored video. For more information, see GetCelebrityRecognition in the Amazon Rekognition Developer Guide.
Constructors
- CelebrityRecognition({CelebrityDetail? celebrity, int? timestamp})
-
CelebrityRecognition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- celebrity → CelebrityDetail?
-
Information about a recognized celebrity.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → int?
-
The time, in milliseconds from the start of the video, that the celebrity
was recognized.
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