Sdílet prostřednictvím


ImageModerationMatchFileInputResponse type

Obsahuje data odpovědi pro operaci matchFileInput.

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