ActiveTupleSummary
Overview
ActiveTupleSummary is a class in Aspose.Font FOSS for Python.
ActiveTupleSummary.to_dict() returns a dictionary containing the tuple’s index, scalar value, peak coordinates, start coordinates, and end coordinates.
This class provides 1 method for working with ActiveTupleSummary objects in Python programs.
Available methods include: to_dict.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: end_coords, peak_coords, scalar, start_coords, tuple_index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
tuple_index | int | Read | Gets the tuple index. |
scalar | float | Read | Gets the scalar. |
peak_coords | dict[str, float] | Read | Gets the peak coords. |
start_coords | dict[str, float] | None | Read | Gets the start coords. |
end_coords | dict[str, float] | None | Read | Gets the end coords. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Returns a dictionary containing the tuple’s index, scalar value, peak coordinates, start coordinates, and end coordinates |