Skip to main content
Version: API v2 Preview

PathGroupInfo

Kind: class
Module/package: models
SDK: pdfdancer-client-python 2.0.0

PathGroupInfo(group_id: str, path_count: int, bounding_box: Dict[str, Any] | None, x: float, y: float)

Declaration

PathGroupInfo(group_id: str, path_count: int, bounding_box: Dict[str, Any] | None, x: float, y: float) -> None

Members

__init__

__init__(self, group_id: str, path_count: int, bounding_box: Dict[str, Any] | None, x: float, y: float) -> None

Initialize self. See help(type(self)) for accurate signature.

from_dict

from_dict(d: Dict[str, Any]) -> 'PathGroupInfo'

View source at af2a1171a1b9