textanalytics Package
Packages
| aio |
Classes
| AnalyzeActionsLROPoller | |
| AnalyzeHealthcareEntitiesLROPoller | |
| AnalyzeHealthcareEntitiesResult |
AnalyzeHealthcareEntitiesResult contains the Healthcare entities from a particular document. |
| 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. |
| 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. |
| 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. |
| DocumentError |
DocumentError is an error object which represents an error on the individual document. |
| 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. |
| 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. |
| 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". |
| 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. |
| PiiEntity |
PiiEntity contains information about a Personally Identifiable Information (PII) entity found in text. |
| 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. |
| 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. |
| RecognizePiiEntitiesAction |
RecognizePiiEntitiesAction encapsulates the parameters for starting a long-running PII Entities Recognition operation. 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. |
| 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. |
| 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". |
| TextAnalyticsClient |
The Text Analytics API is a suite of text analytics web services built with 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. No training data is needed to use this API - just bring your text data. This API uses advanced natural language processing techniques to deliver best in class predictions. Further documentation can be found in https://docs.microsoft.com/azure/cognitive-services/text-analytics/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. |
| TextDocumentStatistics |
TextDocumentStatistics contains information about the document payload. |
Enums
| 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. |
| HealthcareEntityCategory |
Healthcare Entity Category. |
| HealthcareEntityRelation |
Type of relation. Examples include: 'DosageOfMedication' or 'FrequencyOfMedication', etc. |
| PiiEntityCategory |
Categories of Personally Identifiable Information (PII). |
| PiiEntityDomain |
The different domains of PII entities that users can filter by |
| TextAnalyticsApiVersion |
Text Analytics API versions supported by this package |
Saran dan Komentar
Kirim dan lihat umpan balik untuk