C# Class BuildIt.CognitiveServices.LinguisticsAPIExtensions

Extension methods for LinguisticsAPI.
Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

Method Description
Analyzetext ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void

Analyze text with specific analyzers.

AnalyzetextAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task

Analyze text with specific analyzers.

Listanalyzers ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void

This API returns a list of strings representing which analyzers are currently registered.

ListanalyzersAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task

This API returns a list of strings representing which analyzers are currently registered.

Method Details

Analyzetext() public static method

Analyze text with specific analyzers.
public static Analyzetext ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
return void

AnalyzetextAsync() public static method

Analyze text with specific analyzers.
public static AnalyzetextAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
return System.Threading.Tasks.Task

Listanalyzers() public static method

This API returns a list of strings representing which analyzers are currently registered.
public static Listanalyzers ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
return void

ListanalyzersAsync() public static method

This API returns a list of strings representing which analyzers are currently registered.
public static ListanalyzersAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
return System.Threading.Tasks.Task