ImageModerationMatchFileInputResponse type
Contains response data for the matchFileInput operation.
type ImageModerationMatchFileInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}