Skip to main content

PerspectiveSuggestCommentScoreResponse

Response returned by Respectify's public Perspective-compatible suggestscore endpoint.

from respectify.schemas import PerspectiveSuggestCommentScoreResponse

Fields

requestedLanguages

Echoed requested languages when the caller supplied them, as language codes such as en, es, or fr.

result.requestedLanguages: Optional[List[str]]

clientToken

Caller-provided correlation token, echoed back unchanged when supplied. Use this if you want to match the response to your own request ID.

result.clientToken: Optional[str]