GData.FreebaseSearchResultItem¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
Details¶
- class GData.FreebaseSearchResultItem¶
Opaque struct holding data for a single search result item.
New in version 0.15.1.
- get_id()¶
- Returns:
The search result item Freebase ID.
- Return type:
Returns the Freebase ID of the search result item.
New in version 0.15.1.
Deprecated since version 0.17.7: Google Freebase has been permanently shut down.
- get_language()¶
- Returns:
The language of the search result item.
- Return type:
Gets the language of this search result item, in ISO-639-1 format.
New in version 0.15.1.
Deprecated since version 0.17.7: Google Freebase has been permanently shut down.
- get_mid()¶
- Returns:
The result item MID.
- Return type:
Returns the machine-encoded ID (MID) of the search result item. Elements may have a single MID, as opposed to the potentially multiple Freebase IDs that may point to it. MIDs are usable interchangeably with Freebase IDs.
New in version 0.15.1.
Deprecated since version 0.17.7: Google Freebase has been permanently shut down.
- get_name()¶
- Returns:
The human readable name of the item.
- Return type:
Returns the human readable name of the search result item.
New in version 0.15.1.
Deprecated since version 0.17.7: Google Freebase has been permanently shut down.
- get_notable_id()¶
-
If this search result item is notable in an specific topic, this function returns the Freebase ID of this topic.
New in version 0.15.1.
Deprecated since version 0.17.7: Google Freebase has been permanently shut down.
- get_notable_name()¶
-
If this search result item is notable in an specific topic, this function returns the human readable name of this topic.
New in version 0.15.1.
Deprecated since version 0.17.7: Google Freebase has been permanently shut down.