共用方式為


ImageModerationMatchUrlInputResponse type

包含 matchUrlInput 作業的回應資料。

type ImageModerationMatchUrlInputResponse = MatchResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: MatchResponse
  }
}