Delen via


ImageModerationMatchMethodResponse type

Bevat antwoordgegevens voor de bewerking matchMethod.

type ImageModerationMatchMethodResponse = MatchResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: MatchResponse
  }
}