コード例 #1
0
 /// <summary>
 /// LanguageTranslatorService constructor.
 /// </summary>
 /// <param name="versionDate">The service version date in `yyyy-mm-dd` format.</param>
 public LanguageTranslatorService(string versionDate) : this(versionDate, ConfigBasedAuthenticatorFactory.GetAuthenticator(serviceId))
 {
 }
コード例 #2
0
 /// <summary>
 /// AssistantService constructor.
 /// </summary>
 /// <param name="versionDate">The service version date in `yyyy-mm-dd` format.</param>
 public AssistantService(string versionDate) : this(versionDate, ConfigBasedAuthenticatorFactory.GetAuthenticator(serviceId))
 {
 }
コード例 #3
0
 public ToneAnalyzerService(string versionDate) : this(versionDate, ConfigBasedAuthenticatorFactory.GetAuthenticator(serviceName))
 {
 }
 /// <summary>
 /// VisualRecognitionService constructor.
 /// </summary>
 /// <param name="versionDate">The service version date in `yyyy-mm-dd` format.</param>
 public VisualRecognitionService(string versionDate) : this(versionDate, ConfigBasedAuthenticatorFactory.GetAuthenticator(serviceId))
 {
 }
コード例 #5
0
 /// <summary>
 /// NaturalLanguageUnderstandingService constructor.
 /// </summary>
 /// <param name="versionDate">The service version date in `yyyy-mm-dd` format.</param>
 public NaturalLanguageUnderstandingService(string versionDate) : this(versionDate, ConfigBasedAuthenticatorFactory.GetAuthenticator(serviceId))
 {
 }
コード例 #6
0
 public AssistantService(string version, string serviceName) : this(version, serviceName, ConfigBasedAuthenticatorFactory.GetAuthenticator(serviceName))
 {
 }
コード例 #7
0
 /// <summary>
 /// NaturalLanguageUnderstandingService constructor.
 /// </summary>
 /// <param name="version">Release date of the API version you want to use. Specify dates in YYYY-MM-DD format.
 /// The current version is `2020-08-01`.</param>
 public NaturalLanguageUnderstandingService(string version) : this(version, defaultServiceName, ConfigBasedAuthenticatorFactory.GetAuthenticator(defaultServiceName))
 {
 }
コード例 #8
0
        /// <summary>
        /// NaturalLanguageClassifierService constructor.
        /// </summary>

        public NaturalLanguageClassifierService() : this(ConfigBasedAuthenticatorFactory.GetAuthenticator(serviceId))
        {
        }
コード例 #9
0
 public DiscoveryService(string versionDate) : this(versionDate, ConfigBasedAuthenticatorFactory.GetAuthenticator(serviceName))
 {
 }
コード例 #10
0
 public TextToSpeechService() : this(ConfigBasedAuthenticatorFactory.GetAuthenticator(serviceName))
 {
 }
コード例 #11
0
 /// <summary>
 /// PersonalityInsightsService constructor.
 /// </summary>
 /// <param name="versionDate">The service version date in `yyyy-mm-dd` format.</param>
 public PersonalityInsightsService(string versionDate) : this(versionDate, ConfigBasedAuthenticatorFactory.GetAuthenticator(serviceId))
 {
 }