getDetectionsFromCamera method

ResponseFuture<GetDetectionsFromCameraResponse> getDetectionsFromCamera(
  1. GetDetectionsFromCameraRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$40.GetDetectionsFromCameraResponse> getDetectionsFromCamera($40.GetDetectionsFromCameraRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getDetectionsFromCamera, request, options: options);
}