TagImageInStreamResponse type

Contains response data for the tagImageInStream operation.

type TagImageInStreamResponse = TagResult & { _response: HttpResponse & { bodyAsText: string, parsedBody: TagResult } }