ImageModerationMatchFileInputResponse type
Enthält Antwortdaten für den matchFileInput-Vorgang.
type ImageModerationMatchFileInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}