Uses of Class
com.azure.ai.textanalytics.util.DetectLanguageResultCollection
Packages that use DetectLanguageResultCollection
Package
Description
Azure AI Language Service
is a cloud-based natural language processing (NLP) service offered by Microsoft Azure.
-
Uses of DetectLanguageResultCollection in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return DetectLanguageResultCollectionModifier and TypeMethodDescriptionTextAnalyticsClient.detectLanguageBatch(Iterable<String> documents, String countryHint, TextAnalyticsRequestOptions options) Detects Language for a batch of document with the provided country hint and request options.Methods in com.azure.ai.textanalytics that return types with arguments of type DetectLanguageResultCollectionModifier and TypeMethodDescriptionTextAnalyticsAsyncClient.detectLanguageBatch(Iterable<String> documents, String countryHint, TextAnalyticsRequestOptions options) Returns the detected language for each of documents with the provided country hint and request option.Mono<com.azure.core.http.rest.Response<DetectLanguageResultCollection>>TextAnalyticsAsyncClient.detectLanguageBatchWithResponse(Iterable<DetectLanguageInput> documents, TextAnalyticsRequestOptions options) Returns the detected language for a batch ofdocumentwith provided request options.com.azure.core.http.rest.Response<DetectLanguageResultCollection>TextAnalyticsClient.detectLanguageBatchWithResponse(Iterable<DetectLanguageInput> documents, TextAnalyticsRequestOptions options, com.azure.core.util.Context context) Detects Language for a batch ofdocumentwith provided request options.