get_evaluation_response(
self,
response: Any,
) -> List[ContentSafetyEvaluation]Parse an AnalyzeTextResult into typed evaluation objects.
Returns all category evaluations and any blocklist matches. Threshold filtering is NOT applied here ā callers decide which evaluations constitute violations.