ImageModerationMatchFileInputResponse type
包含 matchFileInput作的响应数据。
type ImageModerationMatchFileInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}