Click or drag to resize

ContentType Class

The content type. Either text, html or json.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3ContentType

Namespace:  IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ContentType

The ContentType type exposes the following members.

Constructors
  NameDescription
Public methodContentType
Initializes a new instance of the ContentType class
Top
Fields
  NameDescription
Public fieldStatic memberApplicationJson
Mime type for json.
Public fieldStatic memberTextHtml
Mime type for HTML.
Public fieldStatic memberTextPlain
Mime type for plain text.
Top
See Also