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.NaturalLanguageUnderstanding.v1.Parameters Class Reference

Properties

string text [get, set]
 The plain text to analyze More...
 
string html [get, set]
 The HTML file to analyze More...
 
string url [get, set]
 The web page to analyze More...
 
Features features [get, set]
 Specific features to analyze the document for More...
 
bool clean [get, set]
 Remove website elements, such as links, ads, etc More...
 
string xpath [get, set]
 XPath query for targeting nodes in HTML More...
 
bool fallback_to_raw [get, set]
 Whether to use raw HTML content if text cleaning fails More...
 
bool return_analyzed_text [get, set]
 Whether or not to return the analyzed text More...
 
string language [get, set]
 ISO 639-1 code indicating the language to use in the analysis More...
 

Property Documentation

bool IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Parameters.clean
getset

Remove website elements, such as links, ads, etc

bool IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Parameters.fallback_to_raw
getset

Whether to use raw HTML content if text cleaning fails

Features IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Parameters.features
getset

Specific features to analyze the document for

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Parameters.html
getset

The HTML file to analyze

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Parameters.language
getset

ISO 639-1 code indicating the language to use in the analysis

bool IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Parameters.return_analyzed_text
getset

Whether or not to return the analyzed text

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Parameters.text
getset

The plain text to analyze

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Parameters.url
getset

The web page to analyze

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Parameters.xpath
getset

XPath query for targeting nodes in HTML


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