GoogleCloudDocumentaiV1beta3DocumentTextAnchorTextSegment constructor

GoogleCloudDocumentaiV1beta3DocumentTextAnchorTextSegment({
  1. String? endIndex,
  2. String? startIndex,
})

Implementation

GoogleCloudDocumentaiV1beta3DocumentTextAnchorTextSegment({
  this.endIndex,
  this.startIndex,
});