ImageModerationMatchFileInputResponse type
Berisi data respons untuk operasi matchFileInput.
type ImageModerationMatchFileInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}