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