ImageModerationMatchFileInputResponse type
Contiene i dati di risposta per l'operazione matchFileInput.
type ImageModerationMatchFileInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}