Udostępnij za pośrednictwem


ImageModerationMatchUrlInputResponse type

Zawiera dane odpowiedzi dla operacji matchUrlInput.

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