You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import'dart:convert';
import'package:aws_client/rekognition_2016_06_27.dart';
voidmain() async {
var api =Rekognition(region:'eu-west-1');
var session =await api.createFaceLivenessSession();
var results =await api.getFaceLivenessSessionResults(sessionId: session.sessionId);
print('Results: ${jsonEncode(results)}');
}
But we are missing the Amazon rekognition streaming api. I'm not sure how to add it.
Hello guys!
Thanks for your hard work!
Do you have any plans implementing this cool feature -
https://aws.amazon.com/rekognition/face-liveness/
The text was updated successfully, but these errors were encountered: