DetectCustomLabelsResponse constructor

DetectCustomLabelsResponse({
  1. List<CustomLabel>? customLabels,
})

Implementation

DetectCustomLabelsResponse({
  this.customLabels,
});