GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment constructor

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

Implementation

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