GoogleCloudDocumentaiV1beta2DocumentLabel constructor

GoogleCloudDocumentaiV1beta2DocumentLabel({
  1. String? automlModel,
  2. double? confidence,
  3. String? name,
})

Implementation

GoogleCloudDocumentaiV1beta2DocumentLabel({
  this.automlModel,
  this.confidence,
  this.name,
});