Aracılığıyla paylaş


ImageModerationMatchUrlInputResponse type

matchUrlInput işlemi için yanıt verilerini içerir.

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