public enum InputConfig.Types.EntityType
Reference documentation and code samples for the Enterprise Knowledge Graph v1 API enum InputConfig.Types.EntityType.
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.
Namespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Fields |
|
---|---|
Name | Description |
Establishment |
Establishment entity. |
LocalBusiness |
Local Business entity. |
Organization |
Organization entity. |
People |
People entity. |
Person |
Person entity. |
Product |
Product entity. |
Property |
Property entity. e.g. real estate property. |
Unspecified |
The default value. |