Share via


TagImageResponse type

Bevat antwoordgegevens voor de tagImage-bewerking.

type TagImageResponse = TagResult & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TagResult }
}