Skip to content

Commit 78f30d3

Browse files
committed
acrolinx
1 parent 8fe9504 commit 78f30d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-services/content-safety/concepts/protected-material.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This guide provides details about the kinds of content that the protected materi
3737
- Scenario: A digital marketing agency uses generative AI to automate social media content creation. The agency integrates the Protected Material for Text feature to avoid publishing AI-generated content that includes copyrighted text, such as song lyrics or excerpts from books.
3838
- User: Digital marketers and social media managers.
3939
- Action: The agency employs Azure AI Content Safety to check all AI-generated social media content for matches against a database of protected material. Content that matches is flagged for revision or blocked from posting.
40-
- Outcome: The agency maintains compliance with copyright laws and avoids reputational risks associated with posting unauthorized content.
40+
- Outcome: The agency maintains compliance with copyright laws and avoids reputation risks associated with posting unauthorized content.
4141

4242
### AI-assisted news writing
4343
- Scenario: A news outlet uses generative AI to assist journalists in drafting articles and reports. To ensure the content does not unintentionally replicate protected news articles or other copyrighted material, the outlet uses the Protected Material for Text feature.
@@ -48,13 +48,13 @@ This guide provides details about the kinds of content that the protected materi
4848
### E-learning platforms using AI for content generation
4949
- Scenario: An e-learning platform employs generative AI to generate educational content, such as summaries, quizzes, and explanatory text. The platform uses the Protected Material for Text feature to ensure the generated content does not include protected material from textbooks, articles, or academic papers.
5050
- User: Educational content creators and compliance officers.
51-
- Action: The platform integrates the feature to scan AI-generated educational materials. If any content matches known protected academic material, it is flagged for revision or automatically removed.
51+
- Action: The platform integrates the feature to scan AI-generated educational materials. If any content matches known protected academic material, it's flagged for revision or automatically removed.
5252
- Outcome: The platform maintains educational content quality and complies with copyright laws, avoiding the use of protected material in AI-generated learning resources.
5353

5454
### AI-powered recipe generators
5555
- Scenario: A food and recipe website uses generative AI to generate new recipes based on user preferences. To avoid generating content that matches protected recipes from famous cookbooks or websites, the website integrates the Protected Material for Text feature.
5656
- User: Content managers and platform administrators.
57-
- Action: The website uses Azure AI Content Safety to check AI-generated recipes against a database of known protected content. If a generated recipe matches a protected one, it is flagged and revised or blocked.
57+
- Action: The website uses Azure AI Content Safety to check AI-generated recipes against a database of known protected content. If a generated recipe matches a protected one, it's flagged and revised or blocked.
5858
- Outcome: The website ensures that all AI-generated recipes are original, reducing the risk of copyright infringement.
5959

6060
#### [Protected code](#tab/code)
@@ -68,11 +68,11 @@ This guide provides details about the kinds of content that the protected materi
6868
### Automated Code Writing Tools
6969
- Scenario: A development team uses generative AI to automate parts of their code writing. The team integrates the Protected Material for Code feature to prevent the accidental use of code snippets that match content from existing GitHub repositories, including open-source code with restrictive licenses.
7070
- User: Software developers, DevOps teams.
71-
- Action: Azure AI Content Safety checks the generated code against known material from GitHub repositories. If a match is found, the code is flagged and revised before it is incorporated into the project.
71+
- Action: Azure AI Content Safety checks the generated code against known material from GitHub repositories. If a match is found, the code is flagged and revised before it's incorporated into the project.
7272
- Outcome: The team avoids potential copyright infringement and ensures the AI-generated code adheres to appropriate licenses.
7373

7474
### AI-assisted Code Reviews
75-
- Scenario: A software company integrates AI-assisted code review tools into its development process. To avoid introducing protected code from GitHub or external libraries, the company leverages the Protected Material for Code feature.
75+
- Scenario: A software company integrates AI-assisted code review tools into its development process. To avoid introducing protected code from GitHub or external libraries, the company uses the Protected Material for Code feature.
7676
- User: Code reviewers, software developers, compliance officers.
7777
- Action: The company scans all AI-generated code for matches against protected material from GitHub repositories before final code review and deployment.
7878
- Outcome: The company prevents the inclusion of protected material in their projects, maintaining compliance with intellectual property laws and internal standards.
@@ -86,7 +86,7 @@ This guide provides details about the kinds of content that the protected materi
8686
### AI-powered Coding Assistants
8787
- Scenario: A coding assistant tool powered by generative AI helps developers by generating code suggestions. To ensure that no suggestions infringe on code from GitHub repositories, the assistant tool uses the Protected Material for Code feature.
8888
- User: Developers, tool administrators.
89-
- Action: The tool scans all code suggestions for protected material from GitHub before presenting them to developers. If a suggestion matches protected code, it is flagged and not shown.
89+
- Action: The tool scans all code suggestions for protected material from GitHub before presenting them to developers. If a suggestion matches protected code, it's flagged and not shown.
9090
- Outcome: The coding assistant ensures that all code suggestions are free from protected content, fostering originality and reducing legal risks.
9191
By integrating the Protected Material for Code feature, organizations can manage risks associated with AI-generated code, maintain compliance with intellectual property laws, and ensure the originality of their code outputs.
9292

0 commit comments

Comments
 (0)