TagImageResponse type

包含 tagImage 作業的回應資料。

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