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