Uses of Class
com.azure.ai.textanalytics.models.DetectLanguageResult
Packages that use DetectLanguageResult
Package
Description
Package containing Azure Text Analytics collection types that contain the results for batch operations.
-
Uses of DetectLanguageResult in com.azure.ai.textanalytics.util
Constructor parameters in com.azure.ai.textanalytics.util with type arguments of type DetectLanguageResultModifierConstructorDescriptionDetectLanguageResultCollection(Iterable<DetectLanguageResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) Creates aDetectLanguageResultCollectionmodel that maintains a list ofDetectLanguageResultalong with model version and batch's statistics.