GoogleCloudDocumentaiV1DocumentTextAnchor constructor
GoogleCloudDocumentaiV1DocumentTextAnchor({
- String? content,
- List<
GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment> ? textSegments,
Implementation
GoogleCloudDocumentaiV1DocumentTextAnchor({
this.content,
this.textSegments,
});