Delen via


ImageModerationMatchUrlInputResponse type

Bevat antwoordgegevens voor de bewerking matchUrlInput.

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