ImageModerationMatchUrlInputResponse type

Contains response data for the matchUrlInput operation.

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