updateBoundingBox method

ResponseFuture<UpdateBoundingBoxResponse> updateBoundingBox(
  1. UpdateBoundingBoxRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.UpdateBoundingBoxResponse> updateBoundingBox($3.UpdateBoundingBoxRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateBoundingBox, request, options: options);
}