Skip to content

Commit

Permalink
remove /en-us (#22387)
Browse files Browse the repository at this point in the history
  • Loading branch information
maririos authored Jul 2, 2021
1 parent 63e9552 commit 996f3ae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public AnalyzeSentimentAction(AnalyzeSentimentOptions options)
/// Setting this property to true, disables input logging and may limit our ability to investigate issues that occur.
/// <para>
/// Please see Cognitive Services Compliance and Privacy notes at <see href="https://aka.ms/cs-compliance"/> for additional details,
/// and Microsoft Responsible AI principles at <see href="https://www.microsoft.com/en-us/ai/responsible-ai"/>.
/// and Microsoft Responsible AI principles at <see href="https://www.microsoft.com/ai/responsible-ai"/>.
/// </para>
/// </summary>
/// <remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public ExtractKeyPhrasesAction(TextAnalyticsRequestOptions options)
/// Setting this property to true, disables input logging and may limit our ability to investigate issues that occur.
/// <para>
/// Please see Cognitive Services Compliance and Privacy notes at <see href="https://aka.ms/cs-compliance"/> for additional details,
/// and Microsoft Responsible AI principles at <see href="https://www.microsoft.com/en-us/ai/responsible-ai"/>.
/// and Microsoft Responsible AI principles at <see href="https://www.microsoft.com/ai/responsible-ai"/>.
/// </para>
/// </summary>
/// <remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public RecognizeEntitiesAction(TextAnalyticsRequestOptions options)
/// Setting this property to true, disables input logging and may limit our ability to investigate issues that occur.
/// <para>
/// Please see Cognitive Services Compliance and Privacy notes at <see href="https://aka.ms/cs-compliance"/> for additional details,
/// and Microsoft Responsible AI principles at <see href="https://www.microsoft.com/en-us/ai/responsible-ai"/>.
/// and Microsoft Responsible AI principles at <see href="https://www.microsoft.com/ai/responsible-ai"/>.
/// </para>
/// </summary>
/// <remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public RecognizeLinkedEntitiesAction(TextAnalyticsRequestOptions options)
/// Setting this property to true, disables input logging and may limit our ability to investigate issues that occur.
/// <para>
/// Please see Cognitive Services Compliance and Privacy notes at <see href="https://aka.ms/cs-compliance"/> for additional details,
/// and Microsoft Responsible AI principles at <see href="https://www.microsoft.com/en-us/ai/responsible-ai"/>.
/// and Microsoft Responsible AI principles at <see href="https://www.microsoft.com/ai/responsible-ai"/>.
/// </para>
/// </summary>
/// <remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public RecognizePiiEntitiesAction(RecognizePiiEntitiesOptions options)
/// Setting this property to 'false', enables logging your input text for 48 hours, solely to allow for troubleshooting issues.
/// <para>
/// Please see Cognitive Services Compliance and Privacy notes at <see href="https://aka.ms/cs-compliance"/> for additional details,
/// and Microsoft Responsible AI principles at <see href="https://www.microsoft.com/en-us/ai/responsible-ai"/>.
/// and Microsoft Responsible AI principles at <see href="https://www.microsoft.com/ai/responsible-ai"/>.
/// </para>
/// </summary>
/// <remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ internal TextAnalyticsRequestOptions(bool includeStatistics, string modelVersion
/// Setting this property to true, disables input logging and may limit our ability to investigate issues that occur.
/// <para>
/// Please see Cognitive Services Compliance and Privacy notes at <see href="https://aka.ms/cs-compliance"/> for additional details,
/// and Microsoft Responsible AI principles at <see href="https://www.microsoft.com/en-us/ai/responsible-ai"/>.
/// and Microsoft Responsible AI principles at <see href="https://www.microsoft.com/ai/responsible-ai"/>.
/// </para>
/// </summary>
/// <remarks>
Expand Down

0 comments on commit 996f3ae

Please sign in to comment.