共用方式為


TextModerationScreenTextResponse type

包含 screenText 作業的回應資料。

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