TagImageInStreamResponse type

包含 tagImageInStream 作業的回應資料。

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