Compartir a través de


ImageModerationMatchFileInputResponse type

Contiene datos de respuesta para la operación matchFileInput.

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