TextModerationScreenTextResponse type
Berisi data respons untuk operasi screenText.
type TextModerationScreenTextResponse = Screen & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Screen }
}