TagImageResponse type

Zawiera dane odpowiedzi dla operacji tagImage.

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