TextModerationScreenTextResponse type
Zawiera dane odpowiedzi dla operacji screenText.
type TextModerationScreenTextResponse = Screen & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Screen }
}