PersonDetection class
Details and path tracking information for a single time a person's path is
tracked in a video. Amazon Rekognition operations that track people's paths
return an array of PersonDetection
objects with elements for
each time a person's path is tracked in a video.
For more information, see GetPersonTracking in the Amazon Rekognition Developer Guide.
Constructors
- PersonDetection({PersonDetail? person, int? timestamp})
-
PersonDetection.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- person → PersonDetail?
-
Details about a person whose path was tracked in a video.
final
- 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 person's
path was tracked.
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