EncodingDetectionResult
Overview
EncodingDetectionResult is a class in Aspose.Html FOSS for Python.
Result of encoding detection and decoding for an HTML byte stream.
Properties: confidence, encoding, parse_errors, text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
encoding | str | Read | Gets the encoding. |
text | str | Read | Gets the text. |
parse_errors | tuple[str, ...] | Read | Gets the parse errors. |
confidence | str | Read | Gets the confidence. |