Freigeben über


ImageModerationMatchUrlInputResponse type

Enthält Antwortdaten für den matchUrlInput-Vorgang.

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