Aracılığıyla paylaş


ImageModerationMatchMethodResponse type

matchMethod işleminin yanıt verilerini içerir.

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