You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/content-safety/concepts/protected-material.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This guide provides details about the kinds of content that the protected materi
37
37
- 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.
38
38
- User: Digital marketers and social media managers.
39
39
- 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.
41
41
42
42
### AI-assisted news writing
43
43
- 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
48
48
### E-learning platforms using AI for content generation
49
49
- 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.
50
50
- 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.
52
52
- Outcome: The platform maintains educational content quality and complies with copyright laws, avoiding the use of protected material in AI-generated learning resources.
53
53
54
54
### AI-powered recipe generators
55
55
- 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.
56
56
- 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.
58
58
- Outcome: The website ensures that all AI-generated recipes are original, reducing the risk of copyright infringement.
59
59
60
60
#### [Protected code](#tab/code)
@@ -68,11 +68,11 @@ This guide provides details about the kinds of content that the protected materi
68
68
### Automated Code Writing Tools
69
69
- 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.
70
70
- 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.
72
72
- Outcome: The team avoids potential copyright infringement and ensures the AI-generated code adheres to appropriate licenses.
73
73
74
74
### 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.
- Action: The company scans all AI-generated code for matches against protected material from GitHub repositories before final code review and deployment.
78
78
- 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
86
86
### AI-powered Coding Assistants
87
87
- 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.
88
88
- 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.
90
90
- Outcome: The coding assistant ensures that all code suggestions are free from protected content, fostering originality and reducing legal risks.
91
91
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.
0 commit comments