ImageModerationMatchUrlInputResponse type
Contiene datos de respuesta para la operación matchUrlInput.
type ImageModerationMatchUrlInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}