Delen via


ImageModerationMatchMethodResponse type

Bevat antwoordgegevens voor de matchMethod-bewerking.

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