ImageModerationMatchUrlInputResponse type
Innehåller svarsdata för åtgärden matchUrlInput.
type ImageModerationMatchUrlInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}