properties property

List<GoogleCloudDocumentaiV1beta3SchemaEntityType>? properties
getter/setter pair

Describing the nested structure of an entity.

An EntityType may consist of several other EntityTypes. For example, in a document there can be an EntityType 'ID', which consists of EntityType 'name' and 'address', with corresponding attributes, such as TEXT for both types and ONCE for occurrence types.

Implementation

core.List<GoogleCloudDocumentaiV1beta3SchemaEntityType>? properties;