Delen via


ImageModerationMatchUrlInputResponse type

Bevat antwoordgegevens voor de matchUrlInput-bewerking.

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