GoogleCloudDocumentaiV1beta3SchemaEntityType class
EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for entity-based processors.
Multiple types can also compose a dependency tree to represent nested types.
Constructors
-
GoogleCloudDocumentaiV1beta3SchemaEntityType({String? baseType, String? description, List<
String> ? enumValues, String? occurrenceType, List<GoogleCloudDocumentaiV1beta3SchemaEntityType> ? properties, String? source, String? type}) - GoogleCloudDocumentaiV1beta3SchemaEntityType.fromJson(Map _json)
Properties
- baseType ↔ String?
-
Type of the entity.
getter/setter pair
- description ↔ String?
-
Description of the entity type.
getter/setter pair
-
enumValues
↔ List<
String> ? -
If specified, lists all the possible values for this entity.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- occurrenceType ↔ String?
-
Occurrence type limits the number of times an entity type appears in the
document.
Possible string values are:
getter/setter pair
-
properties
↔ List<
GoogleCloudDocumentaiV1beta3SchemaEntityType> ? -
Describing the nested structure of an entity.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ String?
-
Source of this entity type.
Possible string values are:
getter/setter pair
- type ↔ String?
-
Name of the type.
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