Skip to content

Commit 1253c9a

Browse files
authored
Merge pull request #6198 from JustPies/jpvalidation-7-24
Bulk - fix validation issues
2 parents e0c856a + b8ce6f7 commit 1253c9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/ai-foundry/responsible-ai/content-understanding/transparency-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ When you're getting ready to integrate Content Understanding to your product or
322322
- [Azure OpenAI](/azure/ai-foundry/responsible-ai/openai/transparency-note)
323323
- [Azure AI Document Intelligence](/azure/ai-foundry/responsible-ai/document-intelligence/transparency-note?toc=%2Fazure%2Fai-services%2Fdocument-intelligence%2Ftoc.json&bc=%2Fazure%2Fai-services%2Fdocument-intelligence%2Fbreadcrumb%2Ftoc.json&view=doc-intel-4.0.0&preserve-view=true)
324324
- [Azure AI Speech](/azure/ai-foundry/responsible-ai/speech-service/speech-to-text/transparency-note)
325-
- [Azure AI Vision](/azure/ai-foundry/responsible-ai/computer-vision/imageanalysis-transparency-note)
325+
- [Azure AI Vision](/azure/ai-foundry/responsible-ai/computer-vision/image-analysis-transparency-note)
326326
- [Azure AI Face](/azure/ai-foundry/responsible-ai/face/transparency-note)
327327
- [Azure AI Video Indexer](/legal/azure-video-indexer/transparency-note?context=%2Fazure%2Fazure-video-indexer%2Fcontext%2Fcontext )
328328

articles/ai-foundry/responsible-ai/face/transparency-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Certain Face API features, such as facial recognition, generate unique identifyi
7878

7979
**Face group** also builds on the facial detection feature and creates small groups of faces that look similar to each other from all enrollment templates. For more information, see the [Face - Group ](/rest/api/face/face-recognition-operations/group) API reference documentation.
8080

81-
**Facial liveness detection** answers the question, “Is the detected human face in this scene real and present?” Facial liveness detection determines the authenticity of a human face in a scene and returns a classification of live or spoof. Facial liveness detection models are incapable of verifying or identifying individuals however they may find, extract, or create facial templates to ensure the same person is present for the duration of the liveness test. For more information, see the Face - Detect Liveness API reference documentation ([iOS](https://aka.ms/liveness-sdk-ios), [Java](https://aka.ms/liveness-sdk-java)).
81+
**Facial liveness detection** answers the question, “Is the detected human face in this scene real and present?” Facial liveness detection determines the authenticity of a human face in a scene and returns a classification of live or spoof. Facial liveness detection models are incapable of verifying or identifying individuals however they may find, extract, or create facial templates to ensure the same person is present for the duration of the liveness test. For more information, see the Face - Detect Liveness API reference documentation ([iOS](https://aka.ms/liveness-sdk-ios), [Java](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/vision/azure-ai-vision-imageanalysis/src/samples/README.md)).
8282

8383
For more information on functions of Azure AI Face service, see the [Face documentation](/azure/ai-services/computer-vision/overview-identity).
8484

articles/ai-foundry/responsible-ai/search/transparency-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Several [built-in skills](/azure/search/cognitive-search-predefined-skills) for
117117
- Entity Recognition Skill: [Azure AI Language - Named Entity Recognition (NER)](/azure/ai-foundry/responsible-ai/language-service/transparency-note-named-entity-recognition)
118118
- PII Detection Skill: [Azure AI Language - PII Detection](/azure/ai-foundry/responsible-ai/language-service/transparency-note-personally-identifiable-information)
119119
- Sentiment Skill: [Azure AI Language - Sentiment Analysis](/azure/ai-foundry/responsible-ai/language-service/transparency-note-sentiment-analysis)
120-
- Image Analysis Skill: [Azure AI Vision - Image Analysis](/azure/ai-foundry/responsible-ai/computer-vision/imageanalysis-transparency-note)
120+
- Image Analysis Skill: [Azure AI Vision - Image Analysis](/azure/ai-foundry/responsible-ai/computer-vision/image-analysis-transparency-note)
121121
- OCR Skill: [Azure AI Vision - OCR](/azure/ai-foundry/responsible-ai/computer-vision/ocr-transparency-note)
122122

123123
See the documentation for each skill to learn more about their respective capabilities, limitations, performance, evaluations, and methods for integration and responsible use. Note that using these skills in combination may lead to compounding effects (for example, errors introduced when using OCR will carry through when using key phrase extraction).

0 commit comments

Comments
 (0)