TagImageResponse type

Contains response data for the tagImage operation.

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