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