TextModerationScreenTextResponse type
Innehåller svarsdata för screenText-åtgärden.
type TextModerationScreenTextResponse = Screen & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Screen }
}