class AipContentCensor: def __init__(self, appid: str, ak: str, sk: str) -> None: ... def textCensorUserDefined(self, content: str) -> dict[str, object]: ...