次の方法で共有


TagImageInStreamResponse type

tagImageInStream 操作の応答データを格納します。

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