Skip to content

Commit 3683495

Browse files
authored
Merge pull request #202715 from PatrickFarley/comvis-updates
[cog svcs] add preview callout to article
2 parents 8b34a5e + 5d1c4a0 commit 3683495

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

articles/cognitive-services/Computer-vision/concept-face-recognition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The recognition operations use mainly the following data structures. These objec
3434
|[FaceList](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f3039524b) or [LargeFaceList](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/5a157b68d2de3616c086f2cc)| This data structure is an assorted list of PersistedFace objects. A FaceList has a unique ID, a name string, and optionally a user data string.|
3535
|[Person](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f3039523c)| This data structure is a list of PersistedFace objects that belong to the same person. It has a unique ID, a name string, and optionally a user data string.|
3636
|[PersonGroup](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395244) or [LargePersonGroup](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/599acdee6ac60f11b48b5a9d)| This data structure is an assorted list of Person objects. It has a unique ID, a name string, and optionally a user data string. A PersonGroup must be [trained](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395249) before it can be used in recognition operations.|
37-
|PersonDirectory | This data structure is like **LargePersonGroup** but offers additional storage capacity and other added features. For more information, see [Use the PersonDirectory structure](./how-to/use-persondirectory.md).
37+
|PersonDirectory | This data structure is like **LargePersonGroup** but offers additional storage capacity and other added features. For more information, see [Use the PersonDirectory structure (preview)](./how-to/use-persondirectory.md).
3838

3939
## Recognition operations
4040

articles/cognitive-services/Computer-vision/how-to/add-faces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ The following features were explained and demonstrated:
139139

140140
In this guide, you learned how to add face data to a **PersonGroup**. Next, learn how to use the enhanced data structure **PersonDirectory** to do more with your face data.
141141

142-
- [Use the PersonDirectory structure](use-persondirectory.md)
142+
- [Use the PersonDirectory structure (preview)](use-persondirectory.md)

articles/cognitive-services/Computer-vision/how-to/use-persondirectory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ ms.devlang: csharp
1515
ms.custom: [devx-track-csharp, cogserv-non-critical-vision]
1616
---
1717

18-
# Use the PersonDirectory structure
18+
# Use the PersonDirectory structure (preview)
1919

2020
[!INCLUDE [Gate notice](../includes/identity-gate-notice.md)]
2121

22-
To perform face recognition operations such as Identify and Find Similar, Face API customers need to create an assorted list of **Person** objects. The new **PersonDirectory** is a data structure that contains unique IDs, optional name strings, and optional user metadata strings for each **Person** identity added to the directory.
22+
To perform face recognition operations such as Identify and Find Similar, Face API customers need to create an assorted list of **Person** objects. The new **PersonDirectory** is a data structure in Public Preview that contains unique IDs, optional name strings, and optional user metadata strings for each **Person** identity added to the directory.
2323

2424
Currently, the Face API offers the **LargePersonGroup** structure, which has similar functionality but is limited to 1 million identities. The **PersonDirectory** structure can scale up to 75 million identities.
2525

articles/cognitive-services/Computer-vision/index-identity.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ landingContent:
4747
url: how-to/add-faces.md
4848
- text: Use the large-scale feature
4949
url: how-to/use-large-scale.md
50-
- text: Use the PersonDirectory structure
51-
url: how-to/use-persondirectory.md
5250
- text: Specify a face recognition model version
5351
url: how-to/specify-recognition-model.md
5452

articles/cognitive-services/Computer-vision/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ items:
194194
href: how-to/add-faces.md
195195
- name: Use the large-scale feature
196196
href: how-to/use-large-scale.md
197-
- name: Use the PersonDirectory structure
197+
- name: Use the PersonDirectory structure (preview)
198198
href: how-to/use-persondirectory.md
199199
- name: Use the HeadPose attribute
200200
href: how-to/use-headpose.md

articles/cognitive-services/Computer-vision/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The Computer Vision API v3.2 is now generally available with the following updat
133133
> [!div class="nextstepaction"]
134134
> [See Computer Vision v3.2 GA](https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/5d986960601faab4bf452005)
135135
136-
### PersonDirectory data structure
136+
### PersonDirectory data structure (preview)
137137

138138
* In order to perform face recognition operations such as Identify and Find Similar, Face API customers need to create an assorted list of **Person** objects. The new **PersonDirectory** is a data structure that contains unique IDs, optional name strings, and optional user metadata strings for each **Person** identity added to the directory. Currently, the Face API offers the **LargePersonGroup** structure which has similar functionality but is limited to 1 million identities. The **PersonDirectory** structure can scale up to 75 million identities.
139139
* Another major difference between **PersonDirectory** and previous data structures is that you'll no longer need to make any Train calls after adding faces to a **Person** object—the update process happens automatically. For more details see [Use the PersonDirectory structure](how-to/use-persondirectory.md).

0 commit comments

Comments
 (0)