Uses of Class
com.azure.ai.textanalytics.models.LinkedEntityMatch
Packages that use LinkedEntityMatch
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of LinkedEntityMatch in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return types with arguments of type LinkedEntityMatchModifier and TypeMethodDescriptioncom.azure.core.util.IterableStream<LinkedEntityMatch>LinkedEntity.getMatches()Gets the linked entities matched property: List of instances this entity appears in the text.Constructor parameters in com.azure.ai.textanalytics.models with type arguments of type LinkedEntityMatchModifierConstructorDescriptionLinkedEntity(String name, com.azure.core.util.IterableStream<LinkedEntityMatch> matches, String language, String dataSourceEntityId, String url, String dataSource) Creates aLinkedEntitymodel that describes linked entity.