Freigeben über


ImageModerationMatchMethodResponse type

Enthält Antwortdaten für den MatchMethod-Vorgang.

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