Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData Class Reference

Entity data. More...

Public Member Functions

override string ToString ()
 Returns a System.String that represents the current IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData. More...
 

Properties

string status [get, set]
 Gets or sets the status. More...
 
string url [get, set]
 Gets or sets the URL. More...
 
string language [get, set]
 Gets or sets the language. More...
 
string text [get, set]
 Gets or sets the text. More...
 
Entity[] entities [get, set]
 Gets or sets the entities. More...
 
bool HasData [get]
 Gets a value indicating whether this instance has data. More...
 
bool HasGeographicInformation [get]
 Gets a value indicating whether this instance has geographic information. More...
 
PositionOnMap GeoLocation [get]
 Gets the geo location. More...
 

Detailed Description

Entity data.

Member Function Documentation

override string IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData.ToString ( )
inline

Returns a System.String that represents the current IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData.

Returns
A System.String that represents the current IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData.

Property Documentation

Entity [] IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData.entities
getset

Gets or sets the entities.

The entities.

PositionOnMap IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData.GeoLocation
get

Gets the geo location.

The geo location.

bool IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData.HasData
get

Gets a value indicating whether this instance has data.

true if this instance has data; otherwise, false.

bool IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData.HasGeographicInformation
get

Gets a value indicating whether this instance has geographic information.

true if this instance has geographic information; otherwise, false.

string IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData.language
getset

Gets or sets the language.

The language.

string IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData.status
getset

Gets or sets the status.

The status.

string IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData.text
getset

Gets or sets the text.

The text.

string IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.EntityData.url
getset

Gets or sets the URL.

The URL.


The documentation for this class was generated from the following file: