classifyFrame method
Runs one inference on a live camera frame, without writing it to disk.
Same contract as classify: throws CardGateException on any failure, and never reports a failure as CardGateLabel.other.
Implementation
Future<CardGateResult> classifyFrame(CardGateFrame frame) {
throw UnimplementedError('classifyFrame() has not been implemented.');
}