Uses of Class
com.azure.ai.textanalytics.models.DetectLanguageInput
Packages that use DetectLanguageInput
Package
Description
Azure AI Language Service
is a cloud-based natural language processing (NLP) service offered by Microsoft Azure.
-
Uses of DetectLanguageInput in com.azure.ai.textanalytics
Method parameters in com.azure.ai.textanalytics with type arguments of type DetectLanguageInputModifier and TypeMethodDescriptionMono<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.