TextModerationScreenTextResponse type

screenText 操作の応答データを格納します。

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