ImageModerationMatchFileInputResponse type
Innehåller svarsdata för åtgärden matchFileInput.
type ImageModerationMatchFileInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}