Uses of Class
com.azure.ai.textanalytics.models.KeyPhrasesCollection
Packages that use KeyPhrasesCollection
Package
Description
Azure AI Language Service
is a cloud-based natural language processing (NLP) service offered by Microsoft Azure.
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of KeyPhrasesCollection in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return KeyPhrasesCollectionModifier and TypeMethodDescriptionTextAnalyticsClient.extractKeyPhrases(String document) Returns a list of strings denoting the key phrases in the document.TextAnalyticsClient.extractKeyPhrases(String document, String language) Returns a list of strings denoting the key phrases in the document.Methods in com.azure.ai.textanalytics that return types with arguments of type KeyPhrasesCollectionModifier and TypeMethodDescriptionTextAnalyticsAsyncClient.extractKeyPhrases(String document) Returns a list of strings denoting the key phrases in the document.TextAnalyticsAsyncClient.extractKeyPhrases(String document, String language) Returns a list of strings denoting the key phrases in the document. -
Uses of KeyPhrasesCollection in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return KeyPhrasesCollectionModifier and TypeMethodDescriptionExtractKeyPhraseResult.getKeyPhrases()Gets aKeyPhrasesCollectioncontains a list of key phrases and warnings.Constructors in com.azure.ai.textanalytics.models with parameters of type KeyPhrasesCollectionModifierConstructorDescriptionExtractKeyPhraseResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, KeyPhrasesCollection keyPhrases) Creates aExtractKeyPhraseResultmodel that describes extracted key phrases result.