Uses of Class
com.azure.ai.textanalytics.util.ExtractKeyPhrasesResultCollection
Packages that use ExtractKeyPhrasesResultCollection
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 ExtractKeyPhrasesResultCollection in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return ExtractKeyPhrasesResultCollectionModifier and TypeMethodDescriptionTextAnalyticsClient.extractKeyPhrasesBatch(Iterable<String> documents, String language, TextAnalyticsRequestOptions options) Returns a list of strings denoting the key phrases in the documents with provided language code and request options.Methods in com.azure.ai.textanalytics that return types with arguments of type ExtractKeyPhrasesResultCollectionModifier and TypeMethodDescriptionTextAnalyticsAsyncClient.extractKeyPhrasesBatch(Iterable<String> documents, String language, TextAnalyticsRequestOptions options) Returns a list of strings denoting the key phrases in the document with provided language code and request options.Mono<com.azure.core.http.rest.Response<ExtractKeyPhrasesResultCollection>>TextAnalyticsAsyncClient.extractKeyPhrasesBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options) Returns a list of strings denoting the key phrases in the document with provided request options.com.azure.core.http.rest.Response<ExtractKeyPhrasesResultCollection>TextAnalyticsClient.extractKeyPhrasesBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options, com.azure.core.util.Context context) Returns a list of strings denoting the key phrases in the a batch ofdocumentwith request options. -
Uses of ExtractKeyPhrasesResultCollection in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return ExtractKeyPhrasesResultCollectionModifier and TypeMethodDescriptionExtractKeyPhrasesActionResult.getDocumentsResults()Gets the key phrases extraction action result.