Skip to content

Commit 3955b9b

Browse files
committed
merge from main
2 parents 8d4b305 + d5003ab commit 3955b9b

File tree

495 files changed

+7837
-3756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

495 files changed

+7837
-3756
lines changed

articles/active-directory-b2c/technicalprofiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The **InputClaim** element contains the following attributes:
249249
| --------- | -------- | ----------- |
250250
| ClaimTypeReferenceId | Yes | The identifier of a claim type. The claim is already defined in the claims schema section in the policy file or parent policy file. |
251251
| DefaultValue | No | A default value to use to create a claim if the claim indicated by ClaimTypeReferenceId doesn't exist so that the resulting claim can be used as an InputClaim element by the technical profile. |
252-
|AlwaysUseDefaultValue |No |Forces the use of the default value. |
252+
|AlwaysUseDefaultValue |Yes |Forces the use of the default value. |
253253
| PartnerClaimType | No | The identifier of the claim type of the external partner that the specified policy claim type maps to. If the PartnerClaimType attribute isn't specified, the specified policy claim type is mapped to the partner claim type of the same name. Use this property when your claim type name is different from the other party. An example is if the first claim name is *givenName*, while the partner uses a claim named *first_name*. |
254254

255255
## Display claims
32.1 KB
Loading
71.4 KB
Loading
69.6 KB
Loading
69.5 KB
Loading
51.9 KB
Loading
55.4 KB
Loading

articles/ai-services/cognitive-services-limited-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Limited Access services are made available to customers under the terms governin
2525

2626
The following services are Limited Access:
2727

28-
- [Custom Neural Voice](/legal/cognitive-services/speech-service/custom-neural-voice/limited-access-custom-neural-voice?context=/azure/ai-services/speech-service/context/context): Pro features and personal voice features
28+
- [Custom Neural Voice](/legal/cognitive-services/speech-service/custom-neural-voice/limited-access-custom-neural-voice?context=/azure/ai-services/speech-service/context/context): Pro features
2929
- [Custom text to speech avatar](/legal/cognitive-services/speech-service/custom-neural-voice/limited-access-custom-neural-voice?context=/azure/ai-services/speech-service/context/context): All features
3030
- [Speaker Recognition](/legal/cognitive-services/speech-service/speaker-recognition/limited-access-speaker-recognition?context=/azure/ai-services/speech-service/context/context): All features
3131
- [Face API](/legal/cognitive-services/computer-vision/limited-access-identity?context=/azure/ai-services/computer-vision/context/context): Identify and Verify features, face ID property

articles/ai-services/computer-vision/concept-background-removal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ This feature provides two possible outputs based on the customer's needs:
2727

2828
This service is currently in preview, and the API may change in the future.
2929

30+
> [!IMPORTANT]
31+
> Background removal is only available in the following Azure regions: East US, France Central, Korea Central, North Europe, Southeast Asia, West Europe, West US.
32+
3033
## Background removal examples
3134

3235
The following example images illustrate what the Image Analysis service returns when removing the background of an image and creating an alpha matte.

articles/ai-services/computer-vision/how-to/model-customization.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To train a model with your own dataset, the dataset should be arranged in the CO
7676

7777
### Dataset annotation format
7878

79-
Image Analysis uses the COCO file format for indexing/organizing the training images and their annotations. Below are examples and explanations of what specific format is needed for multiclass classification and object detection.
79+
Image Analysis uses the COCO file format for indexing/organizing the training images and their annotations. Below are examples and explanations of what specific format is needed for classification and object detection.
8080

8181
Image Analysis model customization for classification is different from other kinds of vision training, as we utilize your class names, as well as image data, in training. So, be sure provide meaningful category names in the annotations.
8282

@@ -260,9 +260,7 @@ You need to upload your training images to an Azure Blob Storage container. Go t
260260

261261
To train a custom model, you need to associate it with a **Dataset** where you provide images and their label information as training data. In Vision Studio, select the **Datasets** tab to view your datasets.
262262

263-
To create a new dataset, select **add new dataset**. Enter a name and select a dataset type: If you'd like to do image classification, select `Multi-class image classification`. If you'd like to do object detection, select `Object detection`.
264-
265-
263+
To create a new dataset, select **add new dataset**. In the popup window, enter a name and select a dataset type for your use case. **Image classification** models apply content labels to the entire image, while **Object detection** models apply object labels to specific locations in the image. **Product recognition** models are a subcategory of object detection models that are optimized for detecting retail products.
266264

267265
![Choose Blob Storage]( ../media/customization/create-dataset.png)
268266

0 commit comments

Comments
 (0)