Sdílet prostřednictvím


GetTaggedImageCountResponse type

Obsahuje data odpovědi pro operaci getTaggedImageCount.

type GetTaggedImageCountResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
  body: number
}