Azure.AI.TextAnalytics Namespace

Classes

AbstractiveSummarizeAction

A set of options used to configure abstractive summarization, including the model version to use, the maximum number of sentences that the resulting summary can have, and more.

AbstractiveSummarizeActionResult

A representation of the result of performing an AbstractiveSummarizeAction on a given set of documents.

AbstractiveSummarizeOperation

A representation of abstractive summarization being performed on a given set of documents as a pageable, long-running operation.

AbstractiveSummarizeOptions

A set of options used to configure abstractive summarization, including the display name to use, the maximum number of sentences that the resulting summary can have, and more.

AbstractiveSummarizeResult

A representation of the result of performing abstractive summarization on a given document.

AbstractiveSummarizeResultCollection

A collection of the results of performing abstractive summarization on a given set of documents.

AnalyzeActionsOperation

Pageable operation class for analyzing multiple actions using long running operation.

AnalyzeActionsOptions

Options that allow callers to specify details about how the operation is run and what information is returned from it by the service.

For example, whether to include statistics.

AnalyzeActionsResult

The results of executing multiple actions on a set of documents.

AnalyzeHealthcareEntitiesAction

Configurations that allow callers to specify details about how to execute an Analyze Healthcare Entities action in a set of documents. For example, set model version and disable service logging.

AnalyzeHealthcareEntitiesActionResult

The result of the execution of an AnalyzeHealthcareEntitiesAction on the input documents.

AnalyzeHealthcareEntitiesOperation

Pageable operation class for analyzing multiple healthcare documents using long running operation.

AnalyzeHealthcareEntitiesOptions

Options that allow callers to specify details about how the operation is run and what information is returned from it by the service.

AnalyzeHealthcareEntitiesResult

A representation of the result of analyzing the healthcare entities in a given document.

AnalyzeHealthcareEntitiesResultCollection

Collection of AnalyzeHealthcareEntitiesResult objects corresponding to a batch of documents, and information about the batch operation.

AnalyzeSentimentAction

Configurations that allow callers to specify details about how to execute an Analyze Sentiment action in a set of documents. For example, execute opinion mining, set model version, and more.

AnalyzeSentimentActionResult

The result of the execution of an AnalyzeSentimentAction on the input documents.

AnalyzeSentimentOptions

Options that allow callers to specify details about how the operation is run. For example, execute opinion mining, set model version, whether to include statistics, and more.

AnalyzeSentimentResult

The result of the analyze sentiment operation on a single document, containing the predicted sentiment for each sentence as well as for the full document.

AnalyzeSentimentResultCollection

Collection of AnalyzeSentimentResult objects corresponding to a batch of documents, and information about the batch operation.

CategorizedEntityCollection

Collection of CategorizedEntity objects in a document, and warnings encountered while processing the document.

ClassificationCategoryCollection

A collection of categories that were used to classify a given document.

ClassifyDocumentOperation

Pageable operation class for classifying single and multiple labels from multiple documents using long running operation.

ClassifyDocumentResult

A representation of the result of performing custom text classification on a given document.

ClassifyDocumentResultCollection

Collection of ClassifyDocumentResult objects corresponding to a batch of documents, and information about the batch operation.

DetectLanguageInput

An input to the detect language operation. This object allows the caller to specify a unique document id, as well as the full text of a document and a hint indicating the document's country of origin to assist the predictive model in detecting the document's language.

DetectLanguageResult

The result of the detect language operation on a single document, containing a prediction of what language the document is written in.

DetectLanguageResultCollection

Collection of DetectLanguageResult objects corresponding to a batch of documents, and information about the batch operation.

DocumentSentiment

Overall predicted sentiment and confidence scores for the document. It also includes per-sentence sentiment prediction.

For more information regarding text sentiment, see https://docs.microsoft.com/azure/cognitive-services/Text-Analytics/how-tos/text-analytics-how-to-sentiment-analysis.

EntityDataSource

A model representing a reference for the healthcare entity into a specific entity catalog.

ExtractiveSummarizeAction

A set of options used to configure extractive summarization, including the model version to use, the maximum number of sentences to extract, and more.

ExtractiveSummarizeActionResult

A representation of the result of performing an ExtractiveSummarizeAction on a given set of documents.

ExtractiveSummarizeOperation

A representation of extractive summarization being performed on a given set of documents as a pageable, long-running operation.

ExtractiveSummarizeOptions

A set of options used to configure extractive summarization, including the display name to use, the maximum number of sentences to extract, and more.

ExtractiveSummarizeResult

A representation of the result of performing extractive summarization on a given document.

ExtractiveSummarizeResultCollection

A collection of the results of performing extractive summarization on a given set of documents.

ExtractKeyPhrasesAction

Configurations that allow callers to specify details about how to execute an Extract KeyPhrases action in a set of documents. For example, set model version and disable service logging.

ExtractKeyPhrasesActionResult

The result of the execution of an ExtractKeyPhrasesAction on the input documents.

ExtractKeyPhrasesResult

The result of the extract key phrases operation on a document.

ExtractKeyPhrasesResultCollection

Collection of ExtractKeyPhrasesResult objects corresponding to a batch of documents, and information about the batch operation.

HealthcareEntity

A model which contains information about the detected healthcare entity.

HealthcareEntityAssertion

The HealthcareAssertion.

HealthcareEntityRelation

Determines the relation between the entities.

HealthcareEntityRelationRole

Determines the relation role for the entity.

KeyPhraseCollection

Collection of key phrases present in a document, and warnings encountered while processing the document.

LinkedEntityCollection

Collection of LinkedEntity objects in a document, and warnings encountered while processing the document.

MultiLabelClassifyAction

Configurations that allow callers to specify details about how to execute a Multi Label Classification action on a set of documents. This corresponds to a Multi Classification task in the Language service. For example, the target project and deployment names are required for a successful custom classification action.

MultiLabelClassifyActionResult

The result of the execution of a MultiLabelClassifyAction on the input documents.

MultiLabelClassifyOptions

Options that allow callers to specify details about how the operation is run and what information is returned from it by the service.

PiiEntityCollection

Collection of PiiEntity objects in a document, and warnings encountered while processing the document.

RecognizeCustomEntitiesAction

Configurations that allow callers to specify details about how to execute a Recognize Custom Entities action in a set of documents.

RecognizeCustomEntitiesActionResult

The result of the execution of a RecognizeCustomEntitiesAction on the input documents.

RecognizeCustomEntitiesOperation

Pageable operation class for recognizing custom entites from multiple documents using long running operation.

RecognizeCustomEntitiesOptions

Options that allow callers to specify details about how the operation is run and what information is returned from it by the service.

RecognizeCustomEntitiesResultCollection

Collection of RecognizeEntitiesResult objects corresponding to a batch of documents, and information about the batch operation.

RecognizeEntitiesAction

Configurations that allow callers to specify details about how to execute a Recognize Entities action in a set of documents. For example, set model version and disable service logging.

RecognizeEntitiesActionResult

The result of the execution of a RecognizeEntitiesAction on the input documents.

RecognizeEntitiesResult

The result of the recognize entities operation on a document, containing a collection of the CategorizedEntity objects identified in that document.

RecognizeEntitiesResultCollection

Collection of RecognizeEntitiesResult objects corresponding to a batch of documents, and information about the batch operation.

RecognizeLinkedEntitiesAction

Configurations that allow callers to specify details about how to execute a Recognize Linked Entities action in a set of documents. For example, set model version and disable service logging.

RecognizeLinkedEntitiesActionResult

The result of the execution of a RecognizeLinkedEntitiesAction on the input documents.

RecognizeLinkedEntitiesResult

The result of the recognize linked entities operation on a document, containing a collection of the LinkedEntity objects identified in that document.

RecognizeLinkedEntitiesResultCollection

Collection of RecognizeLinkedEntitiesResult objects corresponding to a batch of documents, and information about the batch operation.

RecognizePiiEntitiesAction

Configurations that allow callers to specify details about how to execute a Recognize PII Entities action in a set of documents. For example, set model version, filter the response entities by a given domain filter, and more.

RecognizePiiEntitiesActionResult

The result of the execution of a RecognizePiiEntitiesAction on the input documents.

RecognizePiiEntitiesOptions

Options that allow callers to specify details about how the operation is run. For example, set model version, whether to include statistics, filter the response entities by a given domain filter, and more.

RecognizePiiEntitiesResult

The result of the recognize PII entities operation on a document, containing a collection of the PiiEntity objects containing Personally Identifiable Information that were found in that document.

RecognizePiiEntitiesResultCollection

Collection of RecognizePiiEntitiesResult objects corresponding to a batch of documents, and information about the batch operation.

SentimentConfidenceScores

Represents the confidence scores between 0 and 1 across all sentiment classes: positive, neutral, negative.

SingleLabelClassifyAction

Configurations that allow callers to specify details about how to execute a Single Label Classification action on a set of documents. This corresponds to a Single Label Classification task in the Language service. For example, the target project and deployment names are required for a successful custom classification action.

SingleLabelClassifyActionResult

The result of the execution of a SingleLabelClassifyAction on the input documents.

SingleLabelClassifyOptions

Options that allow callers to specify details about how the operation is run and what information is returned from it by the service.

TextAnalyticsActionResult

Base type for results of Text Analytics Actions executed in a set of documents.

TextAnalyticsActions

Determines the set of actions that will get executed on the input documents.

TextAnalyticsClient

The client to use for interacting with the Azure Cognitive Service for Language, which includes Text Analytics.

TextAnalyticsClientOptions

Options that allow to configure the management of the request sent to the service. For example, set a default value for Country hint or Language that will apply to all the client calls. Add logging, add headers to request, etc.

TextAnalyticsInput

An input representing an individual text document to be analyzed by the Language service predictive model for a given operation.

TextAnalyticsModelFactory

Model factory that enables mocking for the Text Analytics library.

TextAnalyticsRequestOptions

Options that allow callers to specify details about how the operation is run and what information is returned from it by the service.

For example, set model version, whether to include statistics, and more.

TextAnalyticsResult

Base type for results of Text Analytics operations corresponding to a document. If the operation is unsuccessful, the Id and Error properties will be populated, but not others.

TextDocumentBatchStatistics

if showStats=true was specified in the request this field will contain information about the request payload.

TextDocumentInput

An input representing an individual text document to be analyzed by the Language service predictive model for a given operation. The document contains the document's id, the full text of the document, and the language that the document is written in.

Structs

AbstractiveSummary

A summary produced by the service from a given document.

AbstractiveSummaryContext

A representation of the text that was used as context by the service to produce a given summary.

AssessmentSentiment

Contains the predicted sentiment, confidence scores, and other information related to Opinion Mining analysis.

For example, in the sentence "The food is good", the assessment of the target 'food' is 'good'.

CategorizedEntity

A word or phrase that was recognized as an entity and categorized accordingly by the service's named entity recognition model and taxonomy. For the list of supported categories and subcategories, see https://learn.microsoft.com/azure/cognitive-services/language-service/named-entity-recognition/concepts/named-entity-categories.

ClassificationCategory

A category that was used to classify a given document.

DetectedLanguage

A prediction of the language in which a document is written in.

EntityCategory

Gets the entity category inferred by the Language service's named entity recognition model. The list of available categories is described at Supported entity categories in Named Entity Recognition.

ExtractiveSummarySentence

A sentence extracted from a given document as a result of performing extractive summarization on it. The sentence receives a rank score based on its relevance, as determined by the service.

ExtractiveSummarySentencesOrder

The order in which the extracted sentences will be returned in the result of extractive summarization.

HealthcareEntityCategory

Healthcare Entity Category.

HealthcareEntityRelationType

Type of relation. Examples include: DosageOfMedication or 'FrequencyOfMedication', etc.

LinkedEntity

The LinkedEntity.

LinkedEntityMatch

The Match.

PiiEntity

A word or phrase identified as a Personally Identifiable Information that can be categorized as known type in a given taxonomy. The set of categories recognized by the Language service is described at https://aka.ms/azsdk/language/pii.

PiiEntityCategory

The PiiCategory.

SentenceOpinion

A sentence opinion object contains assessments extracted from a sentence. It consists of both the target that these assessments are about, and the actual assessment themselves.

SentenceSentiment

The predicted sentiment and other analysis like Opinion mining for each sentence in the corresponding document.

For more information regarding text sentiment, see https://docs.microsoft.com/azure/cognitive-services/language-service/sentiment-opinion-mining/overview.

TargetSentiment

Contains the related assessments, predicted sentiment, confidence scores and other information about a target of a product. A Target of a product/service is a key component of that product/service.

For example in "The food at Hotel Foo is good", "food" is a target of "Hotel Foo".

TextAnalyticsAudience

Cloud audiences available for TextAnalytics.

TextAnalyticsError

Text Analytics Error.

TextAnalyticsErrorCode

Text Analytics error code values.

TextAnalyticsOperationStatus

The State.

TextAnalyticsWarning

Text Analytics Warning.

TextAnalyticsWarningCode

Text Analytics warning code values.

TextDocumentStatistics

if showStats=true was specified in the request this field will contain information about the document payload.

Enums

EntityAssociation

Describes whether the healthcare entity it's on the subject of the document, or if this entity describes someone else in the document. For example, in "The subject's mother has a fever", the "fever" entity is not associated with the subject themselves, but with the subject's mother.

EntityCertainty

Determines the Certainity of the HealthcareEntityAssertion For example, in "The patient may have a fever", the fever entity is not 100% certain, but is instead "PositivePossible".

EntityConditionality

Determines the condition of the HealthcareEntityAssertion. For example, "If the patient has a fever, he has pneumonia", the diagnosis of pneumonia is 'conditional' on whether the patient has a fever.

PiiEntityDomain

The different domains of PII entities that users can filter requests by.

TextAnalyticsClientOptions.ServiceVersion

The versions of the Text Analytics or Language service supported by this client library.

TextSentiment

The predicted sentiment for a given document.