GoogleCloudDocumentaiV1beta2DocumentShardInfo class

For a large document, sharding may be performed to produce several document shards.

Each document shard contains this field to detail which shard it is.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shardCount String?
Total number of shards.
getter/setter pair
shardIndex String?
The 0-based index of this shard.
getter/setter pair
textOffset String?
The index of the first character in Document.text in the overall document global text.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited