GoogleCloudDocumentaiV1beta3DocumentShardInfo 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.
Constructors
- GoogleCloudDocumentaiV1beta3DocumentShardInfo({String? shardCount, String? shardIndex, String? textOffset})
- GoogleCloudDocumentaiV1beta3DocumentShardInfo.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Total number of shards.
getter/setter pair
-
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