ImageModerationMatchUrlInputResponse type
matchUrlInput 操作の応答データを格納します。
type ImageModerationMatchUrlInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}