Parameters Class |
[Missing <summary> documentation for "T:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Parameters"]
Namespace: IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1
public class Parameters
The Parameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | Parameters | Initializes a new instance of the Parameters class |
Name | Description | |
---|---|---|
![]() | clean |
Remove website elements, such as links, ads, etc
|
![]() | fallback_to_raw |
Whether to use raw HTML content if text cleaning fails
|
![]() | features |
Specific features to analyze the document for
|
![]() | html |
The HTML file to analyze
|
![]() | language |
ISO 639-1 code indicating the language to use in the analysis
|
![]() | return_analyzed_text |
Whether or not to return the analyzed text
|
![]() | text |
The plain text to analyze
|
![]() | url |
The web page to analyze
|
![]() | xpath |
XPath query for targeting nodes in HTML
|