diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntity.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntity.cs index 49c83b2c6b0f4..3bff0c0862481 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntity.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntity.cs @@ -9,7 +9,7 @@ namespace Azure.AI.TextAnalytics /// 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 - /// . + /// . /// public readonly struct PiiEntity { @@ -38,7 +38,7 @@ internal PiiEntity(string text, string category, string subcategory, double conf /// named entity recognition model, such as Financial Account /// Identification/Social Security Number/Phone Number, etc. /// The list of available categories is described at - /// . + /// . /// public PiiEntityCategory Category { get; } @@ -46,7 +46,7 @@ internal PiiEntity(string text, string category, string subcategory, double conf /// Gets the subcategory of the entity inferred by the Language service's /// named entity recognition model. This property may not have a value if /// a subcategory doesn't exist for this entity. The list of available categories and - /// subcategories is described at . + /// subcategories is described at . /// public string SubCategory { get; } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntityDomain.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntityDomain.cs index 41b7466922cad..770eef78d4d08 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntityDomain.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntityDomain.cs @@ -14,7 +14,7 @@ public enum PiiEntityDomain None, /// /// Protected Health Information entities. - /// For more information see . + /// For more information, see . /// ProtectedHealthInformation } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesAction.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesAction.cs index b59d6b8fa56e0..45e52ca1bbf22 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesAction.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesAction.cs @@ -64,7 +64,7 @@ public RecognizePiiEntitiesAction(RecognizePiiEntitiesOptions options) /// /// Filters the response entities to ones only included in the specified domain. - /// For more information see . + /// For more information see . /// public PiiEntityDomain DomainFilter { get; set; } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesOptions.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesOptions.cs index 27857cd4fa4a2..528611cb5b949 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesOptions.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesOptions.cs @@ -24,7 +24,7 @@ public RecognizePiiEntitiesOptions() /// /// Filters the response entities to ones only included in the specified domain. - /// For more information see . + /// For more information see . /// public PiiEntityDomain DomainFilter { get; set; } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs index 1f8638b89e236..490a0e4bd310f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs @@ -508,7 +508,7 @@ public virtual Response RecognizeEntitiesBatc /// and categorize those entities into types such as US social security /// number, drivers license number, or credit card number. /// 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 @@ -542,7 +542,7 @@ public virtual async Task> RecognizePiiEntitiesAsy /// and categorize those entities into types such as US social security /// number, drivers license number, or credit card number. /// 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 @@ -576,7 +576,7 @@ public virtual Response RecognizePiiEntities(string documen /// and categorize those entities into types such as US social security /// number, drivers license number, or credit card number. /// 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 @@ -610,7 +610,7 @@ public virtual async Task> Recogn /// and categorize those entities into types such as US social security /// number, drivers license number, or credit card number. /// 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 @@ -644,7 +644,7 @@ public virtual Response RecognizePiiEntiti /// and categorize those entities into types such as US social security /// number, drivers license number, or credit card number. /// 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 @@ -673,7 +673,7 @@ public virtual async Task> Recogn /// and categorize those entities into types such as US social security /// number, drivers license number, or credit card number. /// 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