public static interface Document.ShardInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getShardCount()
Total number of shards.
|
long |
getShardIndex()
The 0-based index of this shard.
|
long |
getTextOffset()
The index of the first character in
[Document.text][google.cloud.documentai.v1beta1.Document.text] in the
overall document global text.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getShardIndex()
The 0-based index of this shard.
int64 shard_index = 1;long getShardCount()
Total number of shards.
int64 shard_count = 2;long getTextOffset()
The index of the first character in [Document.text][google.cloud.documentai.v1beta1.Document.text] in the overall document global text.
int64 text_offset = 3;Copyright © 2024 Google LLC. All rights reserved.