FaceTemplate class

Face recognition template

Constructors

FaceTemplate({String data, int version})
FaceTemplate.fromJson(Map<String, dynamic> json)

Properties

data String
Data used for face recognition
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
version int
Template version
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
to JSON mapper for string conversion
toString() String
A string representation of this object. [...]
inherited

Operators

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