detectCustomLabels()

in src/web-ui/src/utils/gateway.js [4:9]


  detectCustomLabels(projectVersionArn, image) {
    return request("DetectCustomLabels", {
      Image: { Bytes: image },
      ProjectVersionArn: projectVersionArn,
    });
  },