GoogleCloudDocumentaiV1DocumentSchemaEntityType 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
-
GoogleCloudDocumentaiV1DocumentSchemaEntityType({List<
String> ? baseTypes, String? displayName, GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues? enumValues, String? name, List<GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty> ? properties}) - GoogleCloudDocumentaiV1DocumentSchemaEntityType.fromJson(Map json_)
Properties
-
baseTypes
↔ List<
String> ? -
The entity type that this type is derived from.
getter/setter pair
- displayName ↔ String?
-
User defined name for the type.
getter/setter pair
- enumValues ↔ GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues?
-
If specified, lists all the possible values for this entity.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Name of the type.
getter/setter pair
-
properties
↔ List<
GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty> ? -
Description the nested structure, or composition of an entity.
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