ImageModerationMatchUrlInputResponse type
Contiene i dati di risposta per l'operazione matchUrlInput.
type ImageModerationMatchUrlInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}