GoogleCloudDocumentaiV1DocumentShardInfo constructor

GoogleCloudDocumentaiV1DocumentShardInfo({
  1. int? pageOffset,
  2. String? shardCount,
  3. String? shardIndex,
  4. String? textOffset,
})

Implementation

GoogleCloudDocumentaiV1DocumentShardInfo({
  this.pageOffset,
  this.shardCount,
  this.shardIndex,
  this.textOffset,
});