GoogleCloudDocumentaiV1beta2DocumentEntity constructor
GoogleCloudDocumentaiV1beta2DocumentEntity({
- double? confidence,
- String? id,
- String? mentionId,
- String? mentionText,
- GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue? normalizedValue,
- GoogleCloudDocumentaiV1beta2DocumentPageAnchor? pageAnchor,
- List<
GoogleCloudDocumentaiV1beta2DocumentEntity> ? properties, - GoogleCloudDocumentaiV1beta2DocumentProvenance? provenance,
- bool? redacted,
- GoogleCloudDocumentaiV1beta2DocumentTextAnchor? textAnchor,
- 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,
});