Uses of Class
com.azure.ai.textanalytics.models.TextDocumentInput
Packages that use TextDocumentInput
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 TextDocumentInput in com.azure.ai.textanalytics
Method parameters in com.azure.ai.textanalytics with type arguments of type TextDocumentInputModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<AnalyzeSentimentResultCollection>>TextAnalyticsAsyncClient.analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput> documents, AnalyzeSentimentOptions options) Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.Mono<com.azure.core.http.rest.Response<AnalyzeSentimentResultCollection>>TextAnalyticsAsyncClient.analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options) Deprecated.com.azure.core.http.rest.Response<AnalyzeSentimentResultCollection>TextAnalyticsClient.analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput> documents, AnalyzeSentimentOptions options, com.azure.core.util.Context context) Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.com.azure.core.http.rest.Response<AnalyzeSentimentResultCollection>TextAnalyticsClient.analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options, com.azure.core.util.Context context) Deprecated.com.azure.core.util.polling.PollerFlux<AbstractiveSummaryOperationDetail,AbstractiveSummaryPagedFlux> TextAnalyticsAsyncClient.beginAbstractSummary(Iterable<TextDocumentInput> documents, AbstractiveSummaryOptions options) Returns a list of abstractive summary for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.SyncPoller<AbstractiveSummaryOperationDetail,AbstractiveSummaryPagedIterable> TextAnalyticsClient.beginAbstractSummary(Iterable<TextDocumentInput> documents, AbstractiveSummaryOptions options, com.azure.core.util.Context context) Returns a list of abstractive summary for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.PollerFlux<AnalyzeActionsOperationDetail,AnalyzeActionsResultPagedFlux> TextAnalyticsAsyncClient.beginAnalyzeActions(Iterable<TextDocumentInput> documents, TextAnalyticsActions actions, AnalyzeActionsOptions options) Execute actions, such as, entities recognition, PII entities recognition and key phrases extraction for a list ofdocumentswith provided request options.com.azure.core.util.polling.SyncPoller<AnalyzeActionsOperationDetail,AnalyzeActionsResultPagedIterable> TextAnalyticsClient.beginAnalyzeActions(Iterable<TextDocumentInput> documents, TextAnalyticsActions actions, AnalyzeActionsOptions options, com.azure.core.util.Context context) Execute actions, such as, entities recognition, PII entities recognition and key phrases extraction for a list ofdocumentswith provided request options.com.azure.core.util.polling.PollerFlux<AnalyzeHealthcareEntitiesOperationDetail,AnalyzeHealthcareEntitiesPagedFlux> TextAnalyticsAsyncClient.beginAnalyzeHealthcareEntities(Iterable<TextDocumentInput> documents, AnalyzeHealthcareEntitiesOptions options) Analyze healthcare entities, entity data sources, and entity relations in a list ofdocumentand provided request options to show statistics.com.azure.core.util.polling.SyncPoller<AnalyzeHealthcareEntitiesOperationDetail,AnalyzeHealthcareEntitiesPagedIterable> TextAnalyticsClient.beginAnalyzeHealthcareEntities(Iterable<TextDocumentInput> documents, AnalyzeHealthcareEntitiesOptions options, com.azure.core.util.Context context) Analyze healthcare entities, entity data sources, and entity relations in a list ofdocumentand provided request options to show statistics.com.azure.core.util.polling.PollerFlux<ExtractiveSummaryOperationDetail,ExtractiveSummaryPagedFlux> TextAnalyticsAsyncClient.beginExtractSummary(Iterable<TextDocumentInput> documents, ExtractiveSummaryOptions options) Returns a list of extract summaries for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.SyncPoller<ExtractiveSummaryOperationDetail,ExtractiveSummaryPagedIterable> TextAnalyticsClient.beginExtractSummary(Iterable<TextDocumentInput> documents, ExtractiveSummaryOptions options, com.azure.core.util.Context context) Returns a list of extract summaries for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.PollerFlux<ClassifyDocumentOperationDetail,ClassifyDocumentPagedFlux> TextAnalyticsAsyncClient.beginMultiLabelClassify(Iterable<TextDocumentInput> documents, String projectName, String deploymentName, MultiLabelClassifyOptions options) Returns a list of multi-label classification for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.SyncPoller<ClassifyDocumentOperationDetail,ClassifyDocumentPagedIterable> TextAnalyticsClient.beginMultiLabelClassify(Iterable<TextDocumentInput> documents, String projectName, String deploymentName, MultiLabelClassifyOptions options, com.azure.core.util.Context context) Returns a list of multi-label classification for the provided list ofdocumentwith provided request options.com.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.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.PollerFlux<ClassifyDocumentOperationDetail,ClassifyDocumentPagedFlux> TextAnalyticsAsyncClient.beginSingleLabelClassify(Iterable<TextDocumentInput> documents, String projectName, String deploymentName, SingleLabelClassifyOptions options) Returns a list of single-label classification for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.SyncPoller<ClassifyDocumentOperationDetail,ClassifyDocumentPagedIterable> TextAnalyticsClient.beginSingleLabelClassify(Iterable<TextDocumentInput> documents, String projectName, String deploymentName, SingleLabelClassifyOptions options, com.azure.core.util.Context context) Returns a list of single-label classification for the provided list ofdocumentwith provided request options.Mono<com.azure.core.http.rest.Response<ExtractKeyPhrasesResultCollection>>TextAnalyticsAsyncClient.extractKeyPhrasesBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options) Returns a list of strings denoting the key phrases in the document with provided request options.com.azure.core.http.rest.Response<ExtractKeyPhrasesResultCollection>TextAnalyticsClient.extractKeyPhrasesBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options, com.azure.core.util.Context context) Returns a list of strings denoting the key phrases in the a batch ofdocumentwith request options.Mono<com.azure.core.http.rest.Response<RecognizeEntitiesResultCollection>>TextAnalyticsAsyncClient.recognizeEntitiesBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options) Returns a list of general categorized entities for the provided list ofdocumentwith provided request options.com.azure.core.http.rest.Response<RecognizeEntitiesResultCollection>TextAnalyticsClient.recognizeEntitiesBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options, com.azure.core.util.Context context) Returns a list of general categorized entities for the provided list ofdocumentwith provided request options.Mono<com.azure.core.http.rest.Response<RecognizeLinkedEntitiesResultCollection>>TextAnalyticsAsyncClient.recognizeLinkedEntitiesBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options) Returns a list of recognized entities with links to a well-known knowledge base for the list ofdocumentwith provided request options.com.azure.core.http.rest.Response<RecognizeLinkedEntitiesResultCollection>TextAnalyticsClient.recognizeLinkedEntitiesBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options, com.azure.core.util.Context context) Returns a list of recognized entities with links to a well-known knowledge base for the list ofdocumentand request options.Mono<com.azure.core.http.rest.Response<RecognizePiiEntitiesResultCollection>>TextAnalyticsAsyncClient.recognizePiiEntitiesBatchWithResponse(Iterable<TextDocumentInput> documents, RecognizePiiEntitiesOptions options) Returns a list of Personally Identifiable Information entities for the provided list ofdocumentwith provided request options.com.azure.core.http.rest.Response<RecognizePiiEntitiesResultCollection>TextAnalyticsClient.recognizePiiEntitiesBatchWithResponse(Iterable<TextDocumentInput> documents, RecognizePiiEntitiesOptions options, com.azure.core.util.Context context) Returns a list of Personally Identifiable Information(PII) entities for the provided list ofdocumentwith provided request options. -
Uses of TextDocumentInput in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return TextDocumentInputModifier and TypeMethodDescriptionTextDocumentInput.setLanguage(String language) Set the language property: (Optional) This is the 2-letter ISO 639-1 representation of a language.
TextAnalyticsAsyncClient.analyzeSentimentBatchWithResponse(Iterable, AnalyzeSentimentOptions).