共用方式為


ImageModerationMatchFileInputResponse type

包含 matchFileInput 作業的回應資料。

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