getDetections method

ResponseFuture<GetDetectionsResponse> getDetections(
  1. GetDetectionsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$40.GetDetectionsResponse> getDetections($40.GetDetectionsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getDetections, request, options: options);
}