ImageModerationMatchMethodResponse type
Contains response data for the matchMethod operation.
type ImageModerationMatchMethodResponse = MatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: MatchResponse
}
}