identifyFullFace method

ResponseFuture<User> identifyFullFace(
  1. StandardFile request, {
  2. CallOptions? options,
})

Performs biometric identification against a standard or full-scale multi-context photograph.

Side Effects:

  • The backend automatically applies edge-detection algorithms to locate, isolate, and crop the face before running validation.

Errors:

  • NOT_FOUND: If no corresponding user identity maps to the isolated face vector.
  • INVALID_ARGUMENT: If the photo contains multiple conflicting subjects or formatting anomalies.

Implementation

$grpc.ResponseFuture<$0.User> identifyFullFace(
  $1.StandardFile request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$identifyFullFace, request, options: options);
}