Uses of Class
com.azure.ai.textanalytics.models.DetectedLanguage
Packages that use DetectedLanguage
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 DetectedLanguage in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return DetectedLanguageModifier and TypeMethodDescriptionTextAnalyticsClient.detectLanguage(String document) Returns the detected language and a confidence score between zero and one.TextAnalyticsClient.detectLanguage(String document, String countryHint) Returns the detected language and a confidence score between zero and one.Methods in com.azure.ai.textanalytics that return types with arguments of type DetectedLanguageModifier and TypeMethodDescriptionTextAnalyticsAsyncClient.detectLanguage(String document) Returns the detected language and a confidence score between zero and one.TextAnalyticsAsyncClient.detectLanguage(String document, String countryHint) Returns aResponsecontains the detected language and a confidence score between zero and one. -
Uses of DetectedLanguage in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return DetectedLanguageModifier and TypeMethodDescriptionDetectLanguageResult.getPrimaryLanguage()Gets the detected primary language.Constructors in com.azure.ai.textanalytics.models with parameters of type DetectedLanguageModifierConstructorDescriptionDetectLanguageResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, DetectedLanguage primaryLanguage) Creates aDetectLanguageResultmodel that describes detected languages result.