Class EntitiesResource
The "entities" collection of methods.
Inherited Members
Namespace: Google.Apis.Kgsearch.v1
Assembly: Google.Apis.Kgsearch.v1.dll
Syntax
public class EntitiesResource
Constructors
EntitiesResource(IClientService)
Constructs a new resource.
Declaration
public EntitiesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Search()
Searches Knowledge Graph for entities that match the constraints. A list of matched entities will be returned in response, which will be in JSON-LD format and compatible with http://schema.org
Declaration
public virtual EntitiesResource.SearchRequest Search()
Returns
| Type | Description |
|---|---|
| EntitiesResource.SearchRequest |