Click or drag to resize

Parameters Class

[Missing <summary> documentation for "T:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Parameters"]

Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1Parameters

Namespace:  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Parameters

The Parameters type exposes the following members.

Constructors
  NameDescription
Public methodParameters
Initializes a new instance of the Parameters class
Top
Properties
  NameDescription
Public propertyclean
Remove website elements, such as links, ads, etc
Public propertyfallback_to_raw
Whether to use raw HTML content if text cleaning fails
Public propertyfeatures
Specific features to analyze the document for
Public propertyhtml
The HTML file to analyze
Public propertylanguage
ISO 639-1 code indicating the language to use in the analysis
Public propertyreturn_analyzed_text
Whether or not to return the analyzed text
Public propertytext
The plain text to analyze
Public propertyurl
The web page to analyze
Public propertyxpath
XPath query for targeting nodes in HTML
Top
See Also