Поделиться через


TextModerationScreenTextResponse type

Содержит данные ответа для операции screenText.

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