ImageModerationMatchFileInputResponse type
Zawiera dane odpowiedzi dla operacji matchFileInput.
type ImageModerationMatchFileInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}