From f029dd69cba71ad8dca7a204b08572f06688e25b Mon Sep 17 00:00:00 2001 From: Mariana Rios Flores Date: Wed, 2 Dec 2020 16:19:13 -0800 Subject: [PATCH 1/2] remove local from links --- .../src/CategorizedEntity.cs | 6 +- .../src/DocumentSentiment.cs | 2 +- .../src/SentenceSentiment.cs | 2 +- .../src/TextAnalyticsClient.cs | 94 +++++++++---------- .../src/TextAnalyticsRequestOptions.cs | 2 +- 5 files changed, 53 insertions(+), 53 deletions(-) diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/CategorizedEntity.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/CategorizedEntity.cs index ec6b1a30d6105..68f3f23bb109d 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/CategorizedEntity.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/CategorizedEntity.cs @@ -9,7 +9,7 @@ namespace Azure.AI.TextAnalytics /// A word or phrase identified as an entity that can be categorized /// as known type in a given taxonomy. The set of categories recognized by the /// Text Analytics service is described at - /// . + /// . /// public readonly struct CategorizedEntity { @@ -33,7 +33,7 @@ internal CategorizedEntity(Entity entity) /// Gets the entity category inferred by the Text Analytics service's /// named entity recognition model. The list of available categories is /// described at - /// . + /// . /// public EntityCategory Category { get; } @@ -42,7 +42,7 @@ internal CategorizedEntity(Entity entity) /// named entity recognition model. This property may not have a value if /// a sub category doesn't exist for this entity. The list of available categories and /// subcategories is described at - /// . + /// . /// public string SubCategory { get; } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/DocumentSentiment.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/DocumentSentiment.cs index f46608077c2af..a02d5a35b5545 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/DocumentSentiment.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/DocumentSentiment.cs @@ -11,7 +11,7 @@ namespace Azure.AI.TextAnalytics /// Overall predicted sentiment and confidence scores for the document. /// It also includes per-sentence sentiment prediction. /// For more information regarding text sentiment, see - /// . + /// . /// public class DocumentSentiment { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/SentenceSentiment.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/SentenceSentiment.cs index 5d38fb124431d..f19a0067abaa3 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/SentenceSentiment.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/SentenceSentiment.cs @@ -13,7 +13,7 @@ namespace Azure.AI.TextAnalytics /// The predicted sentiment and other analysis like Opinion mining /// for each sentence in the corresponding document. /// For more information regarding text sentiment, see - /// . + /// . /// public readonly struct SentenceSentiment { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs index c287b7907d3b9..3eba105b4a5e0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs @@ -399,9 +399,9 @@ private Response DetectLanguageBatch(LanguageBat /// in the passed-in document, and categorize those entities into types /// such as person, location, or organization. /// For more information on available categories, see - /// . + /// . /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -457,9 +457,9 @@ public virtual async Task> RecognizeEntiti /// in the passed-in document, and categorize those entities into types /// such as person, location, or organization. /// For more information on available categories, see - /// . + /// . /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -515,9 +515,9 @@ public virtual Response RecognizeEntities(string do /// in the passed-in documents, and categorize those entities into types /// such as person, location, or organization. /// For more information on available categories, see - /// . + /// . /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -551,9 +551,9 @@ public virtual async Task> Recognize /// in the passed-in documents, and categorize those entities into types /// such as person, location, or organization. /// For more information on available categories, see - /// . + /// . /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -587,9 +587,9 @@ public virtual Response RecognizeEntitiesBatc /// in the passed-in documents, and categorize those entities into types /// such as person, location, or organization. /// For more information on available categories, see - /// . + /// . /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -618,9 +618,9 @@ public virtual async Task> Recognize /// in the passed-in documents, and categorize those entities into types /// such as person, location, or organization. /// For more information on available categories, see - /// . + /// . /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -708,7 +708,7 @@ private Response RecognizeEntitiesBatch(Multi /// For more information on available categories, see /// . /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -773,7 +773,7 @@ public virtual async Task> RecognizePiiEntitiesAsy /// For more information on available categories, see /// . /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -838,7 +838,7 @@ public virtual Response RecognizePiiEntities(string documen /// For more information on available categories, see /// . /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -874,7 +874,7 @@ public virtual async Task> Recogn /// For more information on available categories, see /// . /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -910,7 +910,7 @@ public virtual Response RecognizePiiEntiti /// For more information on available categories, see /// . /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -941,7 +941,7 @@ public virtual async Task> Recogn /// For more information on available categories, see /// . /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1026,7 +1026,7 @@ private Response RecognizePiiEntitiesBatch /// or mixed sentiment contained in the document, as well as a score /// indicating the model's confidence in the predicted sentiment. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1054,7 +1054,7 @@ public virtual async Task> AnalyzeSentimentAsync(str /// sentiment contained in the document, as well as a score indicating the model's /// confidence in the predicted sentiment. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1082,7 +1082,7 @@ public virtual Response AnalyzeSentiment(string document, str /// or mixed sentiment contained in the document, as well as a score /// indicating the model's confidence in the predicted sentiment. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1142,7 +1142,7 @@ public virtual async Task> AnalyzeSentimentAsync(str /// sentiment contained in the document, as well as a score indicating the model's /// confidence in the predicted sentiment. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1202,7 +1202,7 @@ public virtual Response AnalyzeSentiment(string document, str /// sentiment contained in the documents, as well as scores indicating /// the model's confidence in each of the predicted sentiments. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1236,7 +1236,7 @@ public virtual async Task> AnalyzeSen /// sentiment contained in the documents, as well as scores indicating /// the model's confidence in each of the predicted sentiments. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1270,7 +1270,7 @@ public virtual Response AnalyzeSentimentBatch( /// sentiment contained in the documents, as well as scores indicating /// the model's confidence in each of the predicted sentiments. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1302,7 +1302,7 @@ public virtual async Task> AnalyzeSen /// sentiment contained in the documents, as well as scores indicating /// the model's confidence in each of the predicted sentiments. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1334,7 +1334,7 @@ public virtual Response AnalyzeSentimentBatch( /// sentiment contained in the documents, as well as scores indicating /// the model's confidence in each of the predicted sentiments. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1364,7 +1364,7 @@ public virtual async Task> AnalyzeSen /// sentiment contained in the documents, as well as scores indicating /// the model's confidence in each of the predicted sentiments. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1393,7 +1393,7 @@ public virtual Response AnalyzeSentimentBatch( /// sentiment contained in the documents, as well as scores indicating /// the model's confidence in each of the predicted sentiments. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1421,7 +1421,7 @@ public virtual async Task> AnalyzeSen /// sentiment contained in the documents, as well as scores indicating /// the model's confidence in each of the predicted sentiments. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1508,7 +1508,7 @@ private Response AnalyzeSentimentBatch(MultiLa /// were wonderful staff", the API returns the main talking points: "food" /// and "wonderful staff". /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1561,7 +1561,7 @@ public virtual async Task> ExtractKeyPhrasesAsync( /// were wonderful staff", the API returns the main talking points: "food" /// and "wonderful staff". /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1614,7 +1614,7 @@ public virtual Response ExtractKeyPhrases(string document, /// were wonderful staff", the API returns the main talking points: "food" /// and "wonderful staff". /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1649,7 +1649,7 @@ public virtual async Task> ExtractKe /// were wonderful staff", the API returns the main talking points: "food" /// and "wonderful staff". /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1684,7 +1684,7 @@ public virtual Response ExtractKeyPhrasesBatc /// were wonderful staff", the API returns the main talking points: "food" /// and "wonderful staff". /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1714,7 +1714,7 @@ public virtual async Task> ExtractKe /// were wonderful staff", the API returns the main talking points: "food" /// and "wonderful staff". /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1788,7 +1788,7 @@ private Response ExtractKeyPhrasesBatch(Multi /// found in the passed-in document, and include information linking the /// entities to their corresponding entries in a well-known knowledge base. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1844,7 +1844,7 @@ public virtual async Task> RecognizeLinkedEntit /// found in the passed-in document, and include information linking the /// entities to their corresponding entries in a well-known knowledge base. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1900,7 +1900,7 @@ public virtual Response RecognizeLinkedEntities(string d /// found in the passed-in documents, and include information linking the /// entities to their corresponding entries in a well-known knowledge base. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1934,7 +1934,7 @@ public virtual async Task> Rec /// found in the passed-in documents, and include information linking the /// entities to their corresponding entries in a well-known knowledge base. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1968,7 +1968,7 @@ public virtual Response RecognizeLinked /// found in the passed-in documents, and include information linking the /// entities to their corresponding entries in a well-known knowledge base. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -1997,7 +1997,7 @@ public virtual async Task> Rec /// found in the passed-in documents, and include information linking the /// entities to their corresponding entries in a well-known knowledge base. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -2131,7 +2131,7 @@ public virtual async Task StartHealthcareAsync(string docum /// found in the passed-in document, and include information linking the /// entities to their corresponding entries in a well-known knowledge base. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -2180,7 +2180,7 @@ public virtual HealthcareOperation StartHealthcare(string document, string langu /// found in the passed-in document, and include information linking the /// entities to their corresponding entries in a well-known knowledge base. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -2210,7 +2210,7 @@ public virtual async Task StartHealthcareBatchAsync(IEnumer /// found in the passed-in document, and include information linking the /// entities to their corresponding entries in a well-known knowledge base. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -2247,7 +2247,7 @@ public virtual HealthcareOperation StartHealthcareBatch(IEnumerable docu /// found in the passed-in document, and include information linking the /// entities to their corresponding entries in a well-known knowledge base. /// For a list of languages supported by this operation, see - /// . + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// @@ -2277,7 +2277,7 @@ public virtual HealthcareOperation StartHealthcareBatch(IEnumerable. + /// . /// For document length limits, maximum batch size, and supported text encoding, see /// . /// diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsRequestOptions.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsRequestOptions.cs index cc59d4aae17e7..89641d571c050 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsRequestOptions.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsRequestOptions.cs @@ -37,7 +37,7 @@ internal TextAnalyticsRequestOptions(bool includeStatistics, string modelVersion /// Gets or sets a value that, if set, indicates the version of the text /// analytics model that will be used to generate the result. For supported /// model versions, see operation-specific documentation, for example: - /// . + /// . /// public string ModelVersion { get; set; } } From 97e820217dcab96cfe115c53239da5897b7d8a3a Mon Sep 17 00:00:00 2001 From: Mariana Rios Flores Date: Thu, 3 Dec 2020 11:35:25 -0800 Subject: [PATCH 2/2] modify package description --- .../Azure.AI.TextAnalytics/src/Azure.AI.TextAnalytics.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Azure.AI.TextAnalytics.csproj b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Azure.AI.TextAnalytics.csproj index 7c3d88e3ac07d..71d87fb4f5a96 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Azure.AI.TextAnalytics.csproj +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Azure.AI.TextAnalytics.csproj @@ -1,6 +1,8 @@ - Azure Cognitive Services Text Analytics is a cloud service that provides advanced natural language processing over raw text, and features like Language Detection, Sentiment Analysis, Key Phrase Extraction, Named Entity Recognition, and Linked Entity Recognition. + Azure Cognitive Services Text Analytics is a cloud service that provides advanced natural language processing + over raw text, and features like Language Detection, Sentiment Analysis, Key Phrase Extraction, Named Entity Recognition, + Personally Identifiable Information (PII) Recognition, Linked Entity Recognition, Text Analytics for Health, and more. Microsoft Azure.AI.TextAnalytics client library 5.1.0-beta.4 5.0.0