boundingBoxLabelsByFilter method
ResponseFuture<BoundingBoxLabelsByFilterResponse>
boundingBoxLabelsByFilter(
- BoundingBoxLabelsByFilterRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$3.BoundingBoxLabelsByFilterResponse> boundingBoxLabelsByFilter($3.BoundingBoxLabelsByFilterRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$boundingBoxLabelsByFilter, request, options: options);
}