ImageModerationMatchUrlInputResponse type
Содержит данные ответа для операции matchUrlInput.
type ImageModerationMatchUrlInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}