Skip to content

Commit b2e1025

Browse files
committed
september freshness
1 parent 61496d4 commit b2e1025

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

articles/ai-services/language-service/personally-identifiable-information/how-to/redact-text-pii.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Identify and extract Personally Identifying Information (PII) from text
33
titleSuffix: Azure AI services
4-
description: This article shows you how to identify, extract and redact Personally Identifying Information (PII) from text.
4+
description: This article shows you how to identify, extract, and redact Personally Identifying Information (PII) from text.
55
author: laujan
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: how-to
9-
ms.date: 03/05/2025
9+
ms.date: 09/27/2025
1010
ms.author: lajanuar
1111
ms.custom: language-service-pii
1212
---
@@ -35,13 +35,13 @@ In version `2024-11-5-preview`, you're able to define the `redactionPolicy` para
3535
- `MaskWithCharacter` (default)
3636
- `MaskWithEntityType`
3737

38-
The `DoNotRedact` policy allows the user to return the response without the `redactedText` field, that is, "John Doe received a call from 424-878-9192".
38+
The `DoNotRedact` policy allows the user to return the response without the `redactedText` field, that is, "John Doe received a call from 424-878-919."
3939

40-
The `MaskWithRedactionCharacter` policy allows the `redactedText` to be masked with a character (such as "*"), preserving the length and offset of the original text, that is, "******** received a call from ************". This is the existing behavior.
40+
The `MaskWithRedactionCharacter` policy allows the `redactedText` to be masked with a character (such as "*"), preserving the length and offset of the original text, that is, "******** received a call from ************." This result is the existing behavior.
4141

4242
There's also an optional field called `redactionCharacter` where you can input the character to be used in redaction if you're using the `MaskWithCharacter` policy
4343

44-
The `MaskWithEntityType` policy allows you to mask the detected PII entity text with the detected entity type, that is, "[PERSON_1] received a call from [PHONENUMBER_1]".
44+
The `MaskWithEntityType` policy allows you to mask the detected PII entity text with the detected entity type, that is, "[PERSON_1] received a call from [PHONENUMBER_1]."
4545

4646
## Select which entities to be returned
4747

@@ -120,13 +120,13 @@ The API attempts to detect the [defined entity categories](../concepts/entity-ca
120120
121121
## Adapting PII to your domain
122122
123-
To accommodate and adapt to a customers custom vocabulary used to identify entities (also known as the context), the `entitySynonyms` feature allows customers to define their own synonyms for specific entity types. The goal of this feature is to help detect entities in contexts that the model is not familiar with but are used in the customers inputs by ensuring that the customers unique terms are recognized and correctly associated during the detection process.
123+
To accommodate and adapt to a customer's custom vocabulary used to identify entities (also known as the "context"), the `entitySynonyms` feature allows customers to define their own synonyms for specific entity types. The goal of this feature is to help detect entities in contexts that the model isn't familiar with but are used in the customer's inputs by ensuring that the customer's unique terms are recognized and correctly associated during the detection process.
124124
125-
The `valueExclusionPolicy` option allows customers to adapt the PII service for scenarios where customers prefer certain terms not to be detected and redacted even if those terms fall into a PII category they are interested in detected. For example, a police department might want personal identifiers redacted in most cases except for terms like police officer”, “suspect”, and witness”.
125+
The `valueExclusionPolicy` option allows customers to adapt the PII service for scenarios where customers prefer certain terms not to be detected and redacted even if those terms fall into a PII category they're interested in detected. For example, a police department might want personal identifiers redacted in most cases except for terms like "police officer," "suspect," and "witness."
126126
127-
Customers can now adapt the PII services detecting by specifying their own regex using a regex recognition configuration file. See our [container how-to guides](use-containers.md) for a tutorial on how to install and run Personally Identifiable Information (PII) Detection containers.
127+
Customers can now adapt the PII service's detecting by specifying their own regex using a regex recognition configuration file. See our [container how-to guides](use-containers.md) for a tutorial on how to install and run Personally Identifiable Information (PII) Detection containers.
128128
129-
A more detailed tutorial can be found in the [Adapting PII to your domain](adapt-to-domain-pii.md) how-to guide.
129+
A more detailed tutorial can be found in the "[Adapting PII to your domain](adapt-to-domain-pii.md)" how-to guide.
130130
131131
132132
## Submitting data

articles/ai-services/translator/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77

88
ms.service: azure-ai-translator
99
ms.topic: conceptual
10-
ms.date: 03/26/2025
10+
ms.date: 09/27/2025
1111
ms.author: lajanuar
1212
---
1313

articles/ai-services/translator/solutions/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-translator
88
ms.topic: overview
9-
ms.date: 03/07/2025
9+
ms.date: 09/27/2025
1010
ms.author: lajanuar
1111
---
1212

articles/ai-services/translator/solutions/translator-pro/faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ metadata:
77
ms.service: azure-ai-translator
88
ms.custom: references_regions
99
ms.topic: faq
10-
ms.date: 03/07/2025
10+
ms.date: 09/27/2025
1111
ms.author: lajanuar
1212
title: Frequently asked questions about Microsoft Translator Pro
1313
summary: |
1414
Microsoft Translator Pro is an advanced mobile application that enables seamless, real-time, speech-to-speech translation within the enterprise ecosystem.
1515
sections:
1616
- name: General
1717
questions:
18-
- question: |
18+
- question: |
1919
What is Microsoft Translator Pro?
2020
answer: |
2121
Microsoft Translator Pro is an advanced mobile application that enables seamless, real-time, speech-to-speech translation within the enterprise ecosystem. The app is designed to help organizations communicate effectively across languages and cultures, enabling employees to collaborate, share ideas, and engage with customers and partners in their preferred language.

0 commit comments

Comments
 (0)