Uses of Class
com.azure.ai.textanalytics.util.RecognizeLinkedEntitiesResultCollection
Packages that use RecognizeLinkedEntitiesResultCollection
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 RecognizeLinkedEntitiesResultCollection in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return RecognizeLinkedEntitiesResultCollectionModifier and TypeMethodDescriptionTextAnalyticsClient.recognizeLinkedEntitiesBatch(Iterable<String> documents, String language, TextAnalyticsRequestOptions options) Returns a list of recognized entities with links to a well-known knowledge base for the list of documents with provided language code and request options.Methods in com.azure.ai.textanalytics that return types with arguments of type RecognizeLinkedEntitiesResultCollectionModifier and TypeMethodDescriptionTextAnalyticsAsyncClient.recognizeLinkedEntitiesBatch(Iterable<String> documents, String language, TextAnalyticsRequestOptions options) Returns a list of recognized entities with links to a well-known knowledge base for the list of documents with provided language code and request options.Mono<com.azure.core.http.rest.Response<RecognizeLinkedEntitiesResultCollection>>TextAnalyticsAsyncClient.recognizeLinkedEntitiesBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options) Returns a list of recognized entities with links to a well-known knowledge base for the list ofdocumentwith provided request options.com.azure.core.http.rest.Response<RecognizeLinkedEntitiesResultCollection>TextAnalyticsClient.recognizeLinkedEntitiesBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options, com.azure.core.util.Context context) Returns a list of recognized entities with links to a well-known knowledge base for the list ofdocumentand request options. -
Uses of RecognizeLinkedEntitiesResultCollection in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return RecognizeLinkedEntitiesResultCollectionModifier and TypeMethodDescriptionRecognizeLinkedEntitiesActionResult.getDocumentsResults()Gets the linked entities recognition action result.