TagImageInStreamResponse type

Contains response data for the tagImageInStream operation.

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