ImageModerationMatchUrlInputResponse type
Obsahuje data odpovědi pro operaci matchUrlInput.
type ImageModerationMatchUrlInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}