ModelGetEntityResponse type
Obsahuje data odpovědi pro operaci getEntity.
type ModelGetEntityResponse = NDepthEntityExtractor & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: NDepthEntityExtractor
}
}