TextModerationScreenTextResponse type

Contains response data for the screenText operation.

type TextModerationScreenTextResponse = Screen & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Screen }
}