PersonDetail class
Details about a person detected in a video analysis request.
Constructors
- PersonDetail.new({BoundingBox? boundingBox, FaceDetail? face, int? index})
-
PersonDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- boundingBox → BoundingBox?
-
Bounding box around the detected person.
final
- face → FaceDetail?
-
Face details for the detected person.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int?
-
Identifier for the person detected person within a video. Use to keep track
of the person throughout the video. The identifier is not stored by Amazon
Rekognition.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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