frameAvailable property

bool get frameAvailable

If there is a facial frame available. Returns true if available, false otherwise

Implementation

bool get frameAvailable => _map["frameAvailable"] as bool;