GoogleCloudDocumentaiV1beta2DocumentLabel class
Label attaches schema information and/or other metadata to segments within a Document.
Multiple Labels on a single field can denote either different labels, different instances of the same label created at different times, or some combination of both.
Constructors
- GoogleCloudDocumentaiV1beta2DocumentLabel({String? automlModel, double? confidence, String? name})
- GoogleCloudDocumentaiV1beta2DocumentLabel.fromJson(Map _json)
Properties
- automlModel ↔ String?
-
Label is generated AutoML model.
getter/setter pair
- confidence ↔ double?
-
Confidence score between 0 and 1 for label assignment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Name of the label.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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