ModelListCustomPrebuiltEntitiesResponse type

包含 listCustomPrebuiltEntities 作業的回應資料。

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