Dela via


TagImageResponse type

Innehåller svarsdata för åtgärden tagImage.

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