Uses of Class
com.azure.ai.textanalytics.models.LinkedEntityCollection
Packages that use LinkedEntityCollection
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 LinkedEntityCollection in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return LinkedEntityCollectionModifier and TypeMethodDescriptionTextAnalyticsClient.recognizeLinkedEntities(String document) Returns a list of recognized entities with links to a well-known knowledge base for the provided document.TextAnalyticsClient.recognizeLinkedEntities(String document, String language) Returns a list of recognized entities with links to a well-known knowledge base for the provided document with language code.Methods in com.azure.ai.textanalytics that return types with arguments of type LinkedEntityCollectionModifier and TypeMethodDescriptionTextAnalyticsAsyncClient.recognizeLinkedEntities(String document) Returns a list of recognized entities with links to a well-known knowledge base for the provided document.TextAnalyticsAsyncClient.recognizeLinkedEntities(String document, String language) Returns a list of recognized entities with links to a well-known knowledge base for the provided document. -
Uses of LinkedEntityCollection in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return LinkedEntityCollectionModifier and TypeMethodDescriptionRecognizeLinkedEntitiesResult.getEntities()Gets anIterableStreamofLinkedEntity.Constructors in com.azure.ai.textanalytics.models with parameters of type LinkedEntityCollectionModifierConstructorDescriptionRecognizeLinkedEntitiesResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, LinkedEntityCollection entities) Creates aRecognizeLinkedEntitiesResultmodel that describes recognized linked entities result.