encode_encode_BrotliParams

encode_encode_BrotliParams

Overview

encode_encode_BrotliParams is a class in Aspose.Font FOSS for Python.

This class provides 1 method for working with encode_encode_BrotliParams objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: enable_context_modeling, enable_dictionary, enable_transforms, greedy_block_split, lgblock, lgwin, and 2 more.

Properties

NameTypeAccessDescription
mode``ReadGets the mode.
quality``ReadGets the quality.
lgwin``ReadGets the lgwin.
lgblock``ReadGets the lgblock.
enable_dictionary``ReadGets the enable dictionary.
enable_transforms``ReadGets the enable transforms.
greedy_block_split``ReadGets the greedy block split.
enable_context_modeling``ReadGets the enable context modeling.

Methods

SignatureDescription
__init__()Calls init on this encode_encode_BrotliParams instance.

See Also