ModelListCustomPrebuiltEntitiesResponse type

Obsahuje data odpovědi pro operaci listCustomPrebuiltEntities.

type ModelListCustomPrebuiltEntitiesResponse = EntityExtractor[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntityExtractor[]
  }
}