Uses of Class
com.azure.ai.textanalytics.models.RecognizeCustomEntitiesOptions
Packages that use RecognizeCustomEntitiesOptions
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 RecognizeCustomEntitiesOptions in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics with parameters of type RecognizeCustomEntitiesOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<RecognizeCustomEntitiesOperationDetail,RecognizeCustomEntitiesPagedFlux> TextAnalyticsAsyncClient.beginRecognizeCustomEntities(Iterable<TextDocumentInput> documents, String projectName, String deploymentName, RecognizeCustomEntitiesOptions options) Returns a list of custom entities for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.PollerFlux<RecognizeCustomEntitiesOperationDetail,RecognizeCustomEntitiesPagedFlux> TextAnalyticsAsyncClient.beginRecognizeCustomEntities(Iterable<String> documents, String projectName, String deploymentName, String language, RecognizeCustomEntitiesOptions options) Returns a list of custom entities for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.SyncPoller<RecognizeCustomEntitiesOperationDetail,RecognizeCustomEntitiesPagedIterable> TextAnalyticsClient.beginRecognizeCustomEntities(Iterable<TextDocumentInput> documents, String projectName, String deploymentName, RecognizeCustomEntitiesOptions options, com.azure.core.util.Context context) Returns a list of custom entities for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.SyncPoller<RecognizeCustomEntitiesOperationDetail,RecognizeCustomEntitiesPagedIterable> TextAnalyticsClient.beginRecognizeCustomEntities(Iterable<String> documents, String projectName, String deploymentName, String language, RecognizeCustomEntitiesOptions options) Returns a list of custom entities for the provided list of document with provided request options. -
Uses of RecognizeCustomEntitiesOptions in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return RecognizeCustomEntitiesOptionsModifier and TypeMethodDescriptionRecognizeCustomEntitiesOptions.setDisplayName(String displayName) Sets display name of the operation.RecognizeCustomEntitiesOptions.setIncludeStatistics(boolean includeStatistics) Set the value ofincludeStatistics.RecognizeCustomEntitiesOptions.setServiceLogsDisabled(boolean disableServiceLogs) Sets the value ofdisableServiceLogs.