GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty class
Defines properties that can be part of the entity type.
Constructors
- GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty({String? displayName, String? name, String? occurrenceType, String? valueType})
- GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty.fromJson(Map json_)
Properties
- displayName ↔ String?
-
User defined name for the property.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the property.
getter/setter pair
- occurrenceType ↔ String?
-
Occurrence type limits the number of instances an entity type appears in
the document.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valueType ↔ String?
-
A reference to the value type of the property.
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