$GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment constructor

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

Implementation

$GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment({
  this.endIndex,
  this.startIndex,
});