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.ContentType Class Reference

The content type. Either text, html or json. More...

Public Attributes

const string TextPlain = "text/plain"
 Mime type for plain text. More...
 
const string TextHtml = "text/html"
 Mime type for HTML. More...
 
const string ApplicationJson = "application/json"
 Mime type for json. More...
 

Detailed Description

The content type. Either text, html or json.

Member Data Documentation

const string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.ContentType.ApplicationJson = "application/json"

Mime type for json.

const string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.ContentType.TextHtml = "text/html"

Mime type for HTML.

const string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.ContentType.TextPlain = "text/plain"

Mime type for plain text.


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