public EntityLinkingRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repoClient)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repoClient;
 }
Пример #2
0
 public ImageSearchRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repoClient)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repoClient;
 }
 public LinguisticRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repoClient)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repoClient;
 }
 public WebLanguageModelRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repoClient)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repoClient;
 }
 public TextAnalyticsRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repoClient)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repoClient;
 }
Пример #6
0
 public SpeakerIdentificationRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repoClient)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repoClient;
 }
 public AutoSuggestRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repositoryClient)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repositoryClient;
 }
 public QnAMakerRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repositoryClient)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repositoryClient;
 }
 public SpellCheckRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repoClient)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repoClient;
 }
Пример #10
0
 public PersonalizerRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repoClient)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repoClient;
 }
Пример #11
0
 public ComputerComputerVisionRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repoClient)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repoClient;
 }
 public RecommendationsRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repoClient)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repoClient;
 }
Пример #13
0
 public ContentModeratorRepository(
     IMicrosoftCognitiveServicesApiKeys apiKeys,
     IMicrosoftCognitiveServicesRepositoryClient repoClient,
     HttpContextBase context)
 {
     ApiKeys          = apiKeys;
     RepositoryClient = repoClient;
     Context          = context;
 }