ImageModerationMatchFileInputResponse type
Bevat antwoordgegevens voor de matchFileInput-bewerking.
type ImageModerationMatchFileInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}