GoogleCloudDocumentaiV1beta2DocumentEntity constructor

GoogleCloudDocumentaiV1beta2DocumentEntity({
  1. double? confidence,
  2. String? id,
  3. String? mentionId,
  4. String? mentionText,
  5. GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue? normalizedValue,
  6. GoogleCloudDocumentaiV1beta2DocumentPageAnchor? pageAnchor,
  7. List<GoogleCloudDocumentaiV1beta2DocumentEntity>? properties,
  8. GoogleCloudDocumentaiV1beta2DocumentProvenance? provenance,
  9. bool? redacted,
  10. GoogleCloudDocumentaiV1beta2DocumentTextAnchor? textAnchor,
  11. String? type,
})

Implementation

GoogleCloudDocumentaiV1beta2DocumentEntity({
  this.confidence,
  this.id,
  this.mentionId,
  this.mentionText,
  this.normalizedValue,
  this.pageAnchor,
  this.properties,
  this.provenance,
  this.redacted,
  this.textAnchor,
  this.type,
});