ImageModerationMatchUrlInputResponse type
包含 matchUrlInput 作業的響應數據。
type ImageModerationMatchUrlInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}