Class EntityType (0.3.10)

EntityType(value)

The type of entities we will support. Currently, we only support people, establishment, property, and product types. If the type is unspecified, it will be generic type.

Enums

Name Description
ENTITY_TYPE_UNSPECIFIED The default value.
PEOPLE People entity.
ESTABLISHMENT Establishment entity.
PROPERTY Property entity. e.g. real estate property.
PRODUCT Product entity.
ORGANIZATION Organization entity.
LOCAL_BUSINESS Local Business entity.
PERSON Person entity.