EncodingDetectionResult

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

NameTypeAccessDescription
encodingstrReadGets the encoding.
textstrReadGets the text.
parse_errorstuple[str, ...]ReadGets the parse errors.
confidencestrReadGets the confidence.

See Also