Skip to content

Commit 0023e5f

Browse files
Merge pull request #218176 from BaherAbdullah/patch-171
Update identification-entities.md
2 parents f8fa64f + 8515baa commit 0023e5f

File tree

5 files changed

+15
-35
lines changed

5 files changed

+15
-35
lines changed

articles/cognitive-services/language-service/custom-text-classification/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Creating a custom text classification project typically involves several differe
5050

5151
Follow these steps to get the most out of your model:
5252

53-
1. **Define your schema**: Know your data and identify the [classes](glossary.md#class) you want differentiate between, avoid ambiguity.
53+
1. **Define your schema**: Know your data and identify the [classes](glossary.md#class) you want differentiate between, to avoid ambiguity.
5454

5555
2. **Label your data**: The quality of data labeling is a key factor in determining model performance. Documents that belong to the same class should always have the same class, if you have a document that can fall into two classes use **Multi label classification** projects. Avoid class ambiguity, make sure that your classes are clearly separable from each other, especially with single label classification projects.
5656

articles/cognitive-services/language-service/personally-identifiable-information/concepts/entity-categories.md

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -383,42 +383,16 @@ The entity in this category can have the following subcategories.
383383
:::column-end:::
384384
:::row-end:::
385385

386-
## Category: Quantity
386+
387+
## Category: Age
387388

388389
This category contains the following entities:
389390

390391
:::row:::
391392
:::column span="":::
392393
**Entity**
393394

394-
Quantity
395-
396-
:::column-end:::
397-
:::column span="2":::
398-
**Details**
399-
400-
Numbers and numeric quantities.
401-
402-
To get this entity category, add `Quantity` to the `piiCategories` parameter. `Quantity` will be returned in the API response if detected.
403-
404-
:::column-end:::
405-
:::column span="2":::
406-
**Supported document languages**
407-
408-
`en`, `es`, `fr`, `de`, `it`, `zh-hans`, `ja`, `ko`, `pt-pt`, `pt-br`
409-
410-
:::column-end:::
411-
:::row-end:::
412-
413-
#### Subcategories
414-
415-
The entity in this category can have the following subcategories.
416-
417-
:::row:::
418-
:::column span="":::
419-
**Entity subcategory**
420-
421-
Age
395+
Age
422396

423397
:::column-end:::
424398
:::column span="2":::
@@ -427,7 +401,7 @@ The entity in this category can have the following subcategories.
427401
Ages.
428402

429403
To get this entity category, add `Age` to the `piiCategories` parameter. `Age` will be returned in the API response if detected.
430-
404+
431405
:::column-end:::
432406
:::column span="2":::
433407
**Supported document languages**

articles/cognitive-services/language-service/personally-identifiable-information/how-to-call-for-conversations.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ The API will attempt to detect all the [defined entity categories](concepts/conv
4545

4646
For spoken transcripts, the entities detected will be returned on the `redactionSource` parameter value provided. Currently, the supported values for `redactionSource` are `text`, `lexical`, `itn`, and `maskedItn` (which maps to Microsoft Speech to Text API's `display`\\`displayText`, `lexical`, `itn` and `maskedItn` format respectively). Additionally, for the spoken transcript input, this API will also provide audio timing information to empower audio redaction. For using the audioRedaction feature, use the optional `includeAudioRedaction` flag with `true` value. The audio redaction is performed based on the lexical input format.
4747

48+
> [!NOTE]
49+
> Conversation PII now supports 40,000 characters as document size.
50+
4851

4952
## Getting PII results
5053

@@ -63,7 +66,7 @@ When you get results from PII detection, you can stream the results to an applic
6366
|Language |Package version |
6467
|---------|---------|
6568
|.NET | [1.0.0](https://www.nuget.org/packages/Azure.AI.Language.Conversations/1.0.0) |
66-
|Python | [1.0.0](https://pypi.org/project/azure-ai-language-conversations/1.0.0) |
69+
|Python | [1.0.0](https://pypi.org/project/azure-ai-language-conversations/1.1.0b2) |
6770

6871
4. After you've installed the client library, use the following samples on GitHub to start calling the API.
6972

articles/cognitive-services/language-service/personally-identifiable-information/includes/identification-entities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The following entities are grouped and listed by country:
283283
:::column-end:::
284284
:::column span="2":::
285285

286-
To get this entity category, add `AUDriversLicense` to the `piiCategories` parameter. `AUDriversLicense` will be returned in the API response if detected.
286+
To get this entity category, add `AUDriversLicenseNumber` to the `piiCategories` parameter. `AUDriversLicenseNumber` will be returned in the API response if detected.
287287
288288
Also returned with `domain=phi`.
289289
:::column-end:::
@@ -319,7 +319,7 @@ The following entities are grouped and listed by country:
319319
:::column-end:::
320320
:::column span="2":::
321321

322-
To get this entity category, add `ATPassportNumber` to the `piiCategories` parameter. `ATPassportNumber` will be returned in the API response if detected.
322+
To get this entity category, add `AUPassportNumber` to the `piiCategories` parameter. `AUPassportNumber` will be returned in the API response if detected.
323323
324324
:::column-end:::
325325
:::column span="":::
@@ -336,7 +336,7 @@ The following entities are grouped and listed by country:
336336
:::column-end:::
337337
:::column span="2":::
338338

339-
To get this entity category, add `ATTaxIdentificationNumber` to the `piiCategories` parameter. `ATTaxIdentificationNumber` will be returned in the API response if detected.
339+
To get this entity category, add `AUTaxFileNumber` to the `piiCategories` parameter. `AUTaxFileNumber` will be returned in the API response if detected.
340340
341341
:::column-end:::
342342
:::column span="":::

articles/cognitive-services/language-service/whats-new.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ ms.custom: ignite-fall-2021, event-tier1-build-2022
1717

1818
Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-to-date with recent developments, this article provides you with information about new releases and features.
1919

20+
## November 2022
21+
* Conversational PII now supports up to 40,000 characters as document size.
22+
2023
## October 2022
2124

2225
* The summarization feature now has the following capabilities:

0 commit comments

Comments
 (0)