Compartilhar via


ImageModerationMatchUrlInputResponse type

Contém dados de resposta para a operação matchUrlInput.

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