ImageModerationMatchFileInputResponse type
Contém dados de resposta para a operação matchFileInput.
type ImageModerationMatchFileInputResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}