textanalytics Package

Packages

aio

Classes

AbstractiveSummary

An object representing a single summary with context for given document.

New in version 2022-10-01-preview: The AbstractiveSummary model.

AbstractiveSummaryAction

AbstractiveSummaryAction encapsulates the parameters for starting a long-running abstractive summarization operation. For a conceptual discussion of extractive summarization, see the service documentation: https://learn.microsoft.com/azure/cognitive-services/language-service/summarization/overview

Abstractive summarization generates a summary for the input documents. Abstractive summarization is different from extractive summarization in that extractive summarization is the strategy of concatenating extracted sentences from the input document into a summary, while abstractive summarization involves paraphrasing the document using novel sentences.

Note

The abstractive summarization feature is part of a gated preview. Request access here:

https://aka.ms/applyforgatedsummarizationfeatures

New in version 2022-10-01-preview: The AbstractiveSummaryAction model.

AbstractiveSummaryResult

AbstractiveSummaryResult is a result object which contains the summary generated for a particular document.

New in version 2022-10-01-preview: The AbstractiveSummaryResult model.

AgeResolution

Represents the Age entity resolution model.

AnalyzeActionsLROPoller
AnalyzeHealthcareEntitiesAction

AnalyzeHealthcareEntitiesAction encapsulates the parameters for starting a long-running healthcare entities analysis operation.

If you just want to analyze healthcare entities in a list of documents, and not perform multiple long running actions on the input of documents, call method begin_analyze_healthcare_entities instead of interfacing with this model.

New in version 2022-05-01: The AnalyzeHealthcareEntitiesAction model.

New in version 2022-10-01-preview: The fhir_version and document_type keyword arguments.

AnalyzeHealthcareEntitiesLROPoller
AnalyzeHealthcareEntitiesResult

AnalyzeHealthcareEntitiesResult contains the Healthcare entities from a particular document.

New in version 2022-10-01-preview: The fhir_bundle and detected_language properties.

AnalyzeSentimentAction

AnalyzeSentimentAction encapsulates the parameters for starting a long-running Sentiment Analysis operation.

If you just want to analyze sentiment in a list of documents, and not perform multiple long running actions on the input of documents, call method analyze_sentiment instead of interfacing with this model.

AnalyzeSentimentResult

AnalyzeSentimentResult is a result object which contains the overall predicted sentiment and confidence scores for your document and a per-sentence sentiment prediction with scores.

New in version 2022-10-01-preview: The detected_language property.

AreaResolution

Represents the area entity resolution model.

AssessmentSentiment

AssessmentSentiment contains the predicted sentiment, confidence scores and other information about an assessment given about a particular target. For example, in the sentence "The food is good", the assessment of the target 'food' is 'good'.

CategorizedEntity

CategorizedEntity contains information about a particular entity found in text.

New in version v3.1: The offset and length properties.

New in version 2022-10-01-preview: The resolutions property.

ClassificationCategory

ClassificationCategory represents a classification of the input document.

ClassifyDocumentResult

ClassifyDocumentResult is a result object which contains the classifications for a particular document.

New in version 2022-10-01-preview: The detected_language property.

CurrencyResolution

Represents the currency entity resolution model.

DateTimeResolution

A resolution for datetime entity instances.

DetectLanguageInput

The input document to be analyzed for detecting language.

DetectLanguageResult

DetectLanguageResult is a result object which contains the detected language of a particular document.

DetectedLanguage

DetectedLanguage contains the predicted language found in text, its confidence score, and its ISO 639-1 representation.

New in version 2022-10-01-preview: The script property.

DocumentError

DocumentError is an error object which represents an error on the individual document.

DynamicClassificationResult

DynamicClassificationResult is a result object which contains the classifications for a particular document.

New in version 2022-10-01-preview: The DynamicClassificationResult model.

ExtractKeyPhrasesAction

ExtractKeyPhrasesAction encapsulates the parameters for starting a long-running key phrase extraction operation

If you just want to extract key phrases from a list of documents, and not perform multiple long running actions on the input of documents, call method extract_key_phrases instead of interfacing with this model.

ExtractKeyPhrasesResult

ExtractKeyPhrasesResult is a result object which contains the key phrases found in a particular document.

New in version 2022-10-01-preview: The detected_language property.

ExtractSummaryAction

ExtractSummaryAction encapsulates the parameters for starting a long-running Extractive Text Summarization operation. For a conceptual discussion of extractive summarization, see the service documentation: https://learn.microsoft.com/azure/cognitive-services/language-service/summarization/overview

New in version 2022-10-01-preview: The ExtractSummaryAction model.

ExtractSummaryResult

ExtractSummaryResult is a result object which contains the extractive text summarization from a particular document.

New in version 2022-10-01-preview: The ExtractSummaryResult model.

HealthcareEntity

HealthcareEntity contains information about a Healthcare entity found in text.

HealthcareEntityAssertion

Contains various assertions about a HealthcareEntity.

For example, if an entity is a diagnosis, is this diagnosis 'conditional' on a symptom? Are the doctors 'certain' about this diagnosis? Is this diagnosis 'associated' with another diagnosis?

HealthcareEntityDataSource

HealthcareEntityDataSource contains information representing an entity reference in a known data source.

HealthcareRelation

HealthcareRelation is a result object which represents a relation detected in a document.

Every HealthcareRelation is an entity graph of a certain relation type, where all entities are connected and have specific roles within the relation context.

New in version 2022-10-01-preview: The confidence_score property.

HealthcareRelationRole

A model representing a role in a relation.

For example, in "The subject took 100 mg of ibuprofen", "100 mg" is a dosage entity fulfilling the role "Dosage" in the extracted relation "DosageOfMedication".

InformationResolution

Represents the information (data) entity resolution model.

LengthResolution

Represents the length entity resolution model.

LinkedEntity

LinkedEntity contains a link to the well-known recognized entity in text. The link comes from a data source like Wikipedia or Bing. It additionally includes all of the matches of this entity found in the document.

New in version v3.1: The bing_entity_search_api_id property.

LinkedEntityMatch

A match for the linked entity found in text. Provides the confidence score of the prediction and where the entity was found in the text.

New in version v3.1: The offset and length properties.

MinedOpinion

A mined opinion object represents an opinion we've extracted from a sentence. It consists of both a target that these opinions are about, and the assessments representing the opinion.

MultiLabelClassifyAction

MultiLabelClassifyAction encapsulates the parameters for starting a long-running custom multi label classification operation. For information on regional support of custom features and how to train a model to classify your documents, see https://aka.ms/azsdk/textanalytics/customfunctionalities

New in version 2022-05-01: The MultiLabelClassifyAction model.

NumberResolution

A resolution for numeric entity instances.

NumericRangeResolution

Represents the resolution of numeric intervals.

OrdinalResolution

A resolution for ordinal numbers entity instances.

PiiEntity

PiiEntity contains information about a Personally Identifiable Information (PII) entity found in text.

RecognizeCustomEntitiesAction

RecognizeCustomEntitiesAction encapsulates the parameters for starting a long-running custom entity recognition operation. For information on regional support of custom features and how to train a model to recognize custom entities, see https://aka.ms/azsdk/textanalytics/customentityrecognition

New in version 2022-05-01: The RecognizeCustomEntitiesAction model.

RecognizeCustomEntitiesResult

RecognizeCustomEntitiesResult is a result object which contains the custom recognized entities from a particular document.

New in version 2022-10-01-preview: The detected_language property.

RecognizeEntitiesAction

RecognizeEntitiesAction encapsulates the parameters for starting a long-running Entities Recognition operation.

If you just want to recognize entities in a list of documents, and not perform multiple long running actions on the input of documents, call method recognize_entities instead of interfacing with this model.

RecognizeEntitiesResult

RecognizeEntitiesResult is a result object which contains the recognized entities from a particular document.

New in version 2022-10-01-preview: The detected_language property.

RecognizeLinkedEntitiesAction

RecognizeLinkedEntitiesAction encapsulates the parameters for starting a long-running Linked Entities Recognition operation.

If you just want to recognize linked entities in a list of documents, and not perform multiple long running actions on the input of documents, call method recognize_linked_entities instead of interfacing with this model.

RecognizeLinkedEntitiesResult

RecognizeLinkedEntitiesResult is a result object which contains links to a well-known knowledge base, like for example, Wikipedia or Bing.

New in version 2022-10-01-preview: The detected_language property.

RecognizePiiEntitiesAction

RecognizePiiEntitiesAction encapsulates the parameters for starting a long-running PII Entities Recognition operation. See more information in the service docs: https://aka.ms/azsdk/language/pii

If you just want to recognize pii entities in a list of documents, and not perform multiple long running actions on the input of documents, call method recognize_pii_entities instead of interfacing with this model.

RecognizePiiEntitiesResult

RecognizePiiEntitiesResult is a result object which contains the recognized Personally Identifiable Information (PII) entities from a particular document.

New in version 2022-10-01-preview: The detected_language property.

SentenceSentiment

SentenceSentiment contains the predicted sentiment and confidence scores for each individual sentence in the document.

New in version v3.1: The offset, length, and mined_opinions properties.

SentimentConfidenceScores

The confidence scores (Softmax scores) between 0 and 1. Higher values indicate higher confidence.

SingleLabelClassifyAction

SingleLabelClassifyAction encapsulates the parameters for starting a long-running custom single label classification operation. For information on regional support of custom features and how to train a model to classify your documents, see https://aka.ms/azsdk/textanalytics/customfunctionalities

New in version 2022-05-01: The SingleLabelClassifyAction model.

SpeedResolution

Represents the speed entity resolution model.

SummaryContext

The context of the summary.

New in version 2022-10-01-preview: The SummaryContext model.

SummarySentence

Represents a single sentence from the extractive text summarization.

New in version 2022-10-01-preview: The SummarySentence model.

TargetSentiment

TargetSentiment contains the predicted sentiment, confidence scores and other information about a key component of a product/service. For example in "The food at Hotel Foo is good", "food" is an key component of "Hotel Foo".

TemperatureResolution

Represents the temperature entity resolution model.

TemporalSpanResolution

Represents the resolution of a date and/or time span.

TextAnalysisLROPoller

Implements a protocol which returned poller objects are consistent with.

TextAnalyticsClient

The Language service API is a suite of natural language processing (NLP) skills built with the best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, entities recognition, and language detection, and more.

Further documentation can be found in https://docs.microsoft.com/azure/cognitive-services/language-service/overview

TextAnalyticsError

TextAnalyticsError contains the error code, message, and other details that explain why the batch or individual document failed to be processed by the service.

TextAnalyticsWarning

TextAnalyticsWarning contains the warning code and message that explains why the response has a warning.

TextDocumentBatchStatistics

TextDocumentBatchStatistics contains information about the request payload. Note: This object is not returned in the response and needs to be retrieved by a response hook.

TextDocumentInput

The input document to be analyzed by the service.

New in version 2022-10-01-preview: The 'auto' option for language.

TextDocumentStatistics

TextDocumentStatistics contains information about the document payload.

VolumeResolution

Represents the volume entity resolution model.

WeightResolution

Represents the weight entity resolution model.

Enums

AgeUnit

The Age Unit of measurement.

AreaUnit

The area Unit of measurement.

ClassificationType

Specifies either one or multiple categories per document. Defaults to multi classification which may return more than one class for each document.

DateTimeSubKind

The DateTime SubKind.

EntityAssociation

Describes if the entity is the subject of the text or if it describes someone else.

EntityCertainty

Describes the entities certainty and polarity.

EntityConditionality

Describes any conditionality on the entity.

HealthcareDocumentType

Document type that can be provided as input for Fhir Documents. Expect to have fhirVersion provided when used. Behavior of using None enum is the same as not using the documentType parameter.

HealthcareEntityCategory

Healthcare Entity Category.

HealthcareEntityRelation

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

InformationUnit

The information (data) Unit of measurement.

LengthUnit

The length Unit of measurement.

NumberKind

The type of the extracted number entity.

PiiEntityCategory

Categories of Personally Identifiable Information (PII).

PiiEntityDomain

The different domains of PII entities that users can filter by

RangeKind

The kind of range that the resolution object represents.

RelativeTo

The reference point that the ordinal number denotes.

ResolutionKind

The entity resolution object kind.

SpeedUnit

The speed Unit of measurement.

TemperatureUnit

The temperature Unit of measurement.

TemporalModifier

An optional modifier of a date/time instance.

TextAnalysisKind

Enumeration of supported Text Analysis kinds.

New in version 2022-05-01: The TextAnalysisKind enum.

TextAnalyticsApiVersion

Cognitive Service for Language or Text Analytics API versions supported by this package

VolumeUnit

The Volume Unit of measurement.

WeightUnit

The weight Unit of measurement.