GoogleCloudDocumentaiV1DocumentTextAnchor constructor

GoogleCloudDocumentaiV1DocumentTextAnchor({
  1. String? content,
  2. List<GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment>? textSegments,
})

Implementation

GoogleCloudDocumentaiV1DocumentTextAnchor({
  this.content,
  this.textSegments,
});