TextModerationScreenTextResponse type

Contains response data for the screenText operation.

type TextModerationScreenTextResponse = Screen & { _response: HttpResponse & { bodyAsText: string, parsedBody: Screen } }