ImageModerationMatchFileInputResponse type
Contains response data for the matchFileInput operation.
type ImageModerationMatchFileInputResponse = MatchResponse & { _response: HttpResponse & { bodyAsText: string, parsedBody: MatchResponse } }