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.PersonalityInsights.v3.PersonalityInsights Class Reference

This class wraps the Personality Insights service. Personality Insights Service More...

Inheritance diagram for IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.PersonalityInsights:
IBM.Watson.DeveloperCloud.Services.IWatsonService

Classes

class  GetProfileRequest
 Get profile request. More...
 

Public Member Functions

 PersonalityInsights (Credentials credentials)
 
delegate void OnGetProfile (Profile profile, string data)
 
bool GetProfile (OnGetProfile callback, string source, string contentType=ContentType.TextPlain, string contentLanguage=ContentLanguage.English, string accept=ContentType.ApplicationJson, string acceptLanguage=AcceptLanguage.English, bool raw_scores=false, bool csv_headers=false, bool consumption_preferences=false, string version=PersonalityInsightsVersion.Version, string data=default(string))
 
string GetServiceID ()
 Returns the service ID. More...
 

Properties

string Url [get, set]
 Gets and sets the endpoint URL for the service. More...
 
string VersionDate [get, set]
 Gets and sets the versionDate of the service. More...
 
Credentials Credentials [get, set]
 Gets and sets the credentials of the service. Replace the default endpoint if endpoint is defined. More...
 

Detailed Description

This class wraps the Personality Insights service. Personality Insights Service

Constructor & Destructor Documentation

IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.PersonalityInsights.PersonalityInsights ( Credentials  credentials)
inline

Member Function Documentation

bool IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.PersonalityInsights.GetProfile ( OnGetProfile  callback,
string  source,
string  contentType = ContentType.TextPlain,
string  contentLanguage = ContentLanguage.English,
string  accept = ContentType.ApplicationJson,
string  acceptLanguage = AcceptLanguage.English,
bool  raw_scores = false,
bool  csv_headers = false,
bool  consumption_preferences = false,
string  version = PersonalityInsightsVersion.Version,
string  data = default(string) 
)
inline
string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.PersonalityInsights.GetServiceID ( )
inline

Returns the service ID.

Returns
A string containing the service ID.

Implements IBM.Watson.DeveloperCloud.Services.IWatsonService.

delegate void IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.PersonalityInsights.OnGetProfile ( Profile  profile,
string  data 
)

Property Documentation

Credentials IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.PersonalityInsights.Credentials
getset

Gets and sets the credentials of the service. Replace the default endpoint if endpoint is defined.

string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.PersonalityInsights.Url
getset

Gets and sets the endpoint URL for the service.

string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.PersonalityInsights.VersionDate
getset

Gets and sets the versionDate of the service.


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