undeleteRecognizer method
ResponseFuture<Operation>
undeleteRecognizer(
- UndeleteRecognizerRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.Operation> undeleteRecognizer(
$2.UndeleteRecognizerRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$undeleteRecognizer, request, options: options);
}