TextAnalyticsClientExtensions.KeyPhrases Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.KeyPhraseResult KeyPhrases (this Microsoft.Azure.CognitiveServices.Language.TextAnalytics.ITextAnalyticsClient operations, string inputText = default, string language = "en", bool? showStats = default, System.Threading.CancellationToken cancellationToken = default);
static member KeyPhrases : Microsoft.Azure.CognitiveServices.Language.TextAnalytics.ITextAnalyticsClient * string * string * Nullable<bool> * System.Threading.CancellationToken -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.KeyPhraseResult
<Extension()>
Public Function KeyPhrases (operations As ITextAnalyticsClient, Optional inputText As String = Nothing, Optional language As String = "en", Optional showStats As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As KeyPhraseResult
Parameters
- operations
- ITextAnalyticsClient
- inputText
- String
- language
- String
- cancellationToken
- CancellationToken
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET