GoogleCloudDocumentaiV1DocumentSchemaMetadata class
Metadata for global schema behavior.
Constructors
- GoogleCloudDocumentaiV1DocumentSchemaMetadata({bool? documentAllowMultipleLabels, bool? documentSplitter, bool? prefixedNamingOnProperties, bool? skipNamingValidation})
- GoogleCloudDocumentaiV1DocumentSchemaMetadata.fromJson(Map json_)
Properties
- documentAllowMultipleLabels ↔ bool?
- 
  If true, on a given page, there can be multiple documentannotations covering it.getter/setter pair
- documentSplitter ↔ bool?
- 
  If true, a documententity type can be applied to subdocument (splitting).getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- prefixedNamingOnProperties ↔ bool?
- 
  If set, all the nested entities must be prefixed with the parents.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- skipNamingValidation ↔ bool?
- 
  If set, we will skip the naming format validation in the schema.
  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