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
| Name | Type | Access | Description |
|---|---|---|---|
mode | `` | Read | Gets the mode. |
quality | `` | Read | Gets the quality. |
lgwin | `` | Read | Gets the lgwin. |
lgblock | `` | Read | Gets the lgblock. |
enable_dictionary | `` | Read | Gets the enable dictionary. |
enable_transforms | `` | Read | Gets the enable transforms. |
greedy_block_split | `` | Read | Gets the greedy block split. |
enable_context_modeling | `` | Read | Gets the enable context modeling. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this encode_encode_BrotliParams instance. |