Uses of Class
com.azure.ai.textanalytics.util.RecognizeEntitiesResultCollection
Packages that use RecognizeEntitiesResultCollection
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 RecognizeEntitiesResultCollection in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return RecognizeEntitiesResultCollectionModifier and TypeMethodDescriptionTextAnalyticsClient.recognizeEntitiesBatch(Iterable<String> documents, String language, TextAnalyticsRequestOptions options) Returns a list of general categorized entities for the provided list of documents with provided language code and request options.Methods in com.azure.ai.textanalytics that return types with arguments of type RecognizeEntitiesResultCollectionModifier and TypeMethodDescriptionTextAnalyticsAsyncClient.recognizeEntitiesBatch(Iterable<String> documents, String language, TextAnalyticsRequestOptions options) Returns a list of general categorized entities for the provided list of documents with the provided language code and request options.Mono<com.azure.core.http.rest.Response<RecognizeEntitiesResultCollection>>TextAnalyticsAsyncClient.recognizeEntitiesBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options) Returns a list of general categorized entities for the provided list ofdocumentwith provided request options.com.azure.core.http.rest.Response<RecognizeEntitiesResultCollection>TextAnalyticsClient.recognizeEntitiesBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options, com.azure.core.util.Context context) Returns a list of general categorized entities for the provided list ofdocumentwith provided request options. -
Uses of RecognizeEntitiesResultCollection in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return RecognizeEntitiesResultCollectionModifier and TypeMethodDescriptionRecognizeEntitiesActionResult.getDocumentsResults()Gets the entities recognition action result.