Interface protos.google.cloud.documentai.v1.DocumentSchema.IEntityType (8.6.0)

Properties of an EntityType.

Package

@google-cloud/documentai

Properties

baseTypes

baseTypes?: (string[]|null);

EntityType baseTypes

displayName

displayName?: (string|null);

EntityType displayName

enumValues

enumValues?: (google.cloud.documentai.v1.DocumentSchema.EntityType.IEnumValues|null);

EntityType enumValues

name

name?: (string|null);

EntityType name

properties

properties?: (google.cloud.documentai.v1.DocumentSchema.EntityType.IProperty[]|null);

EntityType properties