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.Discovery.v1.HtmlSettings Class Reference

A list of HTML conversion settings, including tags that are to be excluded completely; tags that are to be discarded but their content kept; content that is to be excluded as defined by xpaths; content that is to be kept as defined by xpaths; and tag attributes that are to be excluded. More...

Properties

string[] exclude_tags_completely [get, set]
 Exclude tags completely. More...
 
string[] exclude_tags_keep_content [get, set]
 Exclude tags, keep content. More...
 
XPathPatterns keep_content [get, set]
 Keep content. More...
 
XPathPatterns exclude_content [get, set]
 Exclude content. More...
 
string[] keep_tag_attributes [get, set]
 Keep tag attributes. More...
 
string[] exclude_tag_attributes [get, set]
 Exclude tag attributes. More...
 

Detailed Description

A list of HTML conversion settings, including tags that are to be excluded completely; tags that are to be discarded but their content kept; content that is to be excluded as defined by xpaths; content that is to be kept as defined by xpaths; and tag attributes that are to be excluded.

Property Documentation

XPathPatterns IBM.Watson.DeveloperCloud.Services.Discovery.v1.HtmlSettings.exclude_content
getset

Exclude content.

string [] IBM.Watson.DeveloperCloud.Services.Discovery.v1.HtmlSettings.exclude_tag_attributes
getset

Exclude tag attributes.

string [] IBM.Watson.DeveloperCloud.Services.Discovery.v1.HtmlSettings.exclude_tags_completely
getset

Exclude tags completely.

string [] IBM.Watson.DeveloperCloud.Services.Discovery.v1.HtmlSettings.exclude_tags_keep_content
getset

Exclude tags, keep content.

XPathPatterns IBM.Watson.DeveloperCloud.Services.Discovery.v1.HtmlSettings.keep_content
getset

Keep content.

string [] IBM.Watson.DeveloperCloud.Services.Discovery.v1.HtmlSettings.keep_tag_attributes
getset

Keep tag attributes.


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