TagImageResponse type

包含 tagImage作的响应数据。

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