$DocumentShardInfo class
Used by:
- documentai:v1beta3 : GoogleCloudDocumentaiV1beta1DocumentShardInfo
- documentai:v1beta3 : GoogleCloudDocumentaiV1beta2DocumentShardInfo
- documentai:v1beta3 : GoogleCloudDocumentaiV1beta3DocumentShardInfo
Constructors
- $DocumentShardInfo({String? shardCount, String? shardIndex, String? textOffset})
- $DocumentShardInfo.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