UnindexedFace class
A face that IndexFaces detected, but didn't index. Use the
Reasons
response attribute to determine why a face wasn't
indexed.
Constructors
-
UnindexedFace.new({FaceDetail? faceDetail, List<
Reason> ? reasons}) -
UnindexedFace.fromJson(Map<
String, dynamic> json) -
factory
Properties
- faceDetail → FaceDetail?
-
The structure that contains attributes of a face that
IndexFaces
detected, but didn't index.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
reasons
→ List<
Reason> ? -
An array of reasons that specify why a face wasn't indexed.
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