dca_interface  6.3.4
dca::HtmlText Class Reference

#include <base_htmltext.h>

Detailed Description

Encapsulates an HTML text object.

Definition at line 23 of file base_htmltext.h.

Static Public Member Functions

static HtmlText create (const DcaInstance &aDcaInstance, const std::string &htmlContent)
 Creates an HTML text object, used as an input parameter for text classification. More...
 

Member Function Documentation

◆ create()

static HtmlText dca::HtmlText::create ( const DcaInstance aDcaInstance,
const std::string &  htmlContent 
)
static

Creates an HTML text object, used as an input parameter for text classification.

Parameters
[in]aDcaInstanceA previously initialized DcaInstance object
[in]htmlContentThe contents of a complete HTML document
Returns
An HtmlText object initialized with given htmlContent.
Exceptions
ExDca
See also
Text Classification

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