Skip to content

Commit f5b8be4

Browse files
committed
Merge branch 'content-safety-build' of https://github.com/PatrickFarley/azure-docs-pr into content-safety-build
2 parents 5e527fa + 98d43b7 commit f5b8be4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/ai-services/content-safety/concepts/custom-categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ See the following table for the input limitations of the service.
5454
| Number of concurrent builds (processes) per category | 1 |
5555
| Inference operations per second | 10 |
5656
| Number of custom categories in one text analyze request | 5 |
57-
| Number of samples in a category version | minimum 50, maximum 10K (no dupilicate samples allowed) |
57+
| Number of samples in a category version | minimum 50, maximum 10K (no duplicate samples allowed) |
5858
| Sample file size | maximum 128000 bytes |
5959
| Length of a text sample | maximum 125K characters |
6060
| Length of a category definition | maximum 1000 characters |

articles/ai-services/content-safety/how-to/incident-response.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ print(response.text)
386386

387387
### Detect image incidents
388388

389-
Use the following command to upload a sample image and test it against the incient you deployed. You can either use a URL pointing to the image in an Azure blob storage container, or you can add the image data as a Base64 string.
389+
Use the following command to upload a sample image and test it against the incident you deployed. You can either use a URL pointing to the image in an Azure blob storage container, or you can add the image data as a Base64 string.
390390

391391
#### [cURL](#tab/curl)
392392

@@ -802,4 +802,4 @@ print(response.text)
802802
## Related content
803803

804804
- [Incident response concepts](../concepts/incident-response.md)
805-
- [What is Azure AI Content Safety?](../overview.md)
805+
- [What is Azure AI Content Safety?](../overview.md)

articles/ai-studio/concepts/content-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Next, you can go to the playground to test whether the content filter works as e
5454

5555
The filter creation process gives you the option to apply the filter to the deployments you want. You can also change or remove content filters from your deployments at any time.
5656

57-
Select **Deployments** on the left nav and choose one of your AI model deployments. On the deployment page, select **Edit**. a window with editing options will appear. There, you can update the appplied content filter by selecting from the drop-down menu.
57+
Select **Deployments** on the left nav and choose one of your AI model deployments. On the deployment page, select **Edit**. a window with editing options will appear. There, you can update the applied content filter by selecting from the drop-down menu.
5858

5959
:::image type="content" source="../media/content-safety/content-filter/apply-content-filter.png" alt-text="Screenshot of apply content filter." lightbox="../media/content-safety/content-filter/apply-content-filter.png":::
6060

0 commit comments

Comments
 (0)