GoogleCloudDocumentaiV1beta1DocumentEntity constructor
GoogleCloudDocumentaiV1beta1DocumentEntity({
- double? confidence,
- String? id,
- String? mentionId,
- String? mentionText,
- GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue? normalizedValue,
- GoogleCloudDocumentaiV1beta1DocumentPageAnchor? pageAnchor,
- List<
GoogleCloudDocumentaiV1beta1DocumentEntity> ? properties, - GoogleCloudDocumentaiV1beta1DocumentProvenance? provenance,
- bool? redacted,
- GoogleCloudDocumentaiV1beta1DocumentTextAnchor? textAnchor,
- String? type,
Implementation
GoogleCloudDocumentaiV1beta1DocumentEntity({
this.confidence,
this.id,
this.mentionId,
this.mentionText,
this.normalizedValue,
this.pageAnchor,
this.properties,
this.provenance,
this.redacted,
this.textAnchor,
this.type,
});