Freigeben über


TextModerationScreenTextResponse type

Enthält Antwortdaten für den screenText-Vorgang.

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