Skip to content

Commit 41d59f0

Browse files
committed
typos
1 parent b55c708 commit 41d59f0

File tree

5 files changed

+31
-33
lines changed

5 files changed

+31
-33
lines changed

articles/azure-video-indexer/audio-effects-detection-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Review [transparency note overview](/legal/azure-video-indexer/transparency-note
2424

2525
This article discusses audio effects detection and the key considerations for making use of this technology responsibly. There are many things you need to consider when deciding how to use and implement an AI-powered feature:
2626

27-
* Will this feature perform well in my scenario? Before deploying audio effects detection into your scenario, test how it performs using real-life data and make sure it can deliver the accuracy you need.
27+
* Does this feature perform well in my scenario? Before deploying audio effects detection into your scenario, test how it performs using real-life data and make sure it can deliver the accuracy you need.
2828
* Are we equipped to identify and respond to errors? AI-powered products and features won't be 100% accurate, so consider how you'll identify and respond to any errors that may occur.
2929

3030
## View the insight
@@ -79,7 +79,7 @@ During the audio effects detection procedure, audio in a media file is processed
7979
|Component|Definition|
8080
|---|---|
8181
|Source file | The user uploads the source file for indexing. |
82-
|Segmentation| The audio is analyzed, non-speech audio is identified and then split into short overlapping internals. |
82+
|Segmentation| The audio is analyzed, nonspeech audio is identified and then split into short overlapping internals. |
8383
|Classification| An AI process analyzes each segment and classifies its contents into event categories such as crowd reaction or laughter. A probability list is then created for each event category according to department-specific rules. |
8484
|Confidence level| The estimated confidence level of each audio effect is calculated as a range of 0 to 1. The confidence score represents the certainty in the accuracy of the result. For example, an 82% certainty is represented as an 0.82 score.|
8585

@@ -91,7 +91,7 @@ During the audio effects detection procedure, audio in a media file is processed
9191

9292
## Considerations and limitations when choosing a use case
9393

94-
- Avoid use of very short or low-quality audio, audio effects detection provides probabilistic and partial data on detected nonspeech audio events. For accuracy, audio effects detection requires at least 2 seconds of clear nonspeech audio. Voice commands or singing aren't supported.  
94+
- Avoid use of short or low-quality audio, audio effects detection provides probabilistic and partial data on detected nonspeech audio events. For accuracy, audio effects detection requires at least 2 seconds of clear nonspeech audio. Voice commands or singing aren't supported.  
9595
- Avoid use of audio with loud background music or music with repetitive and/or linearly scanned frequency, audio effects detection is designed for nonspeech audio only and therefore can't classify events in loud music. Music with repetitive and/or linearly scanned frequency many be incorrectly classified as an alarm or siren.
9696
- Carefully consider the methods of usage in law enforcement and similar institutions, to promote more accurate probabilistic data, carefully review the following:
9797

@@ -110,7 +110,7 @@ When used responsibly and carefully, Azure Video Indexer is a valuable tool for
110110
- Always respect an individual’s right to privacy, and only ingest audio for lawful and justifiable purposes.  
111111
- Don't purposely disclose inappropriate audio of young children or family members of celebrities or other content that may be detrimental or pose a threat to an individual’s personal freedom.  
112112
- Commit to respecting and promoting human rights in the design and deployment of your analyzed audio.  
113-
- When using 3rd party materials, be aware of any existing copyrights or permissions required before distributing content derived from them. 
113+
- When using third party materials, be aware of any existing copyrights or permissions required before distributing content derived from them. 
114114
- Always seek legal advice when using audio from unknown sources. 
115115
- Be aware of any applicable laws or regulations that exist in your area regarding processing, analyzing, and sharing audio containing people. 
116116
- Keep a human in the loop. Don't use any solution as a replacement for human oversight and decision-making.  

articles/azure-video-indexer/face-detection.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ This article discusses faces detection and the key considerations for making use
3636
|---|---|
3737
|Insight  |The information and knowledge derived from the processing and analysis of video and audio files that generate different types of insights and can include detected objects, people, faces, animated characters, keyframes and translations or transcriptions. |
3838
|Face recognition  |The analysis of images to identify the faces that appear in the images. This process is implemented via the Azure Cognitive Services Face API. |
39-
|Template |Enrolled images of people are converted to templates, which are then used for facial recognition. Machine-interpretable features are extracted from one or more images of an individual to create that individual’s template. The enrolment or probe images aren't stored by Face API and the original images can't be reconstructed based on a template. Template quality is a key determinant on the accuracy of your results. |
40-
|Enrolment |The process of enrolling images of individuals for template creation so they can be recognized. When a person is enrolled to a verification system used for authentication, their template is also associated with a primary identifier2 that is used to determine which template to compare with the probe template. High-quality images and images representing natural variations in how a person looks (for instance wearing glasses, not wearing glasses) generate high-quality enrolment templates. |
39+
|Template |Enrolled images of people are converted to templates, which are then used for facial recognition. Machine-interpretable features are extracted from one or more images of an individual to create that individual’s template. The enrollment or probe images aren't stored by Face API and the original images can't be reconstructed based on a template. Template quality is a key determinant on the accuracy of your results. |
40+
|Enrolment |The process of enrolling images of individuals for template creation so they can be recognized. When a person is enrolled to a verification system used for authentication, their template is also associated with a primary identifier2 that is used to determine which template to compare with the probe template. High-quality images and images representing natural variations in how a person looks (for instance wearing glasses, not wearing glasses) generate high-quality enrollment templates. |
4141
|Deep search  |The ability to retrieve only relevant video and audio files from a video library by searching for specific terms within the extracted insights.|
4242

4343
## View the insight
@@ -49,7 +49,7 @@ To see the instances on the website, do the following:
4949

5050
To see face detection insight in the JSON file, do the following:
5151

52-
1. Click Download -> Insights (JSON).
52+
1. Select Download -> Insights (JSON).
5353
1. Copy the `faces` element, under `insights`, and paste it into your JSON viewer.
5454

5555
```json
@@ -115,15 +115,15 @@ During the Faces Detection procedure, images in a media file are processed, as f
115115
## Considerations when choosing a use case
116116

117117
* Carefully consider the accuracy of the results, to promote more accurate detections, check the quality of the video, low quality video might impact the detected insights.
118-
* Carefully consider when using for law enforcement. People might not be detected if they are small, sitting, crouching, or obstructed by objects or other people. To ensure fair and high-quality decisions, combine face detection-based automation with human oversight.
119-
* Do not use face detection for decisions that may have serious adverse impacts. Decisions based on incorrect output could have serious adverse impacts. Additionally, it is advisable to include human review of decisions that have the potential for serious impacts on individuals.
118+
* Carefully consider when using for law enforcement. People might not be detected if they're small, sitting, crouching, or obstructed by objects or other people. To ensure fair and high-quality decisions, combine face detection-based automation with human oversight.
119+
* Don't use face detection for decisions that may have serious adverse impacts. Decisions based on incorrect output could have serious adverse impacts. Additionally, it's advisable to include human review of decisions that have the potential for serious impacts on individuals.
120120

121121
When used responsibly and carefully face detection is a valuable tool for many industries. To respect the privacy and safety of others, and to comply with local and global regulations, we recommend the following:  
122122

123123
* Always respect an individual’s right to privacy, and only ingest videos for lawful and justifiable purposes.  
124124
* Don't purposely disclose inappropriate content about young children or family members of celebrities or other content that may be detrimental or pose a threat to an individual’s personal freedom.  
125125
* Commit to respecting and promoting human rights in the design and deployment of your analyzed media.  
126-
* When using 3rd party materials, be aware of any existing copyrights or permissions required before distributing content derived from them. 
126+
* When using third party materials, be aware of any existing copyrights or permissions required before distributing content derived from them. 
127127
* Always seek legal advice when using content from unknown sources. 
128128
* Always obtain appropriate legal and professional advice to ensure that your uploaded videos are secured and have adequate controls to preserve the integrity of your content and to prevent unauthorized access.    
129129
* Provide a feedback channel that allows users and individuals to report issues with the service.  

articles/azure-video-indexer/labels-identification.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: article
1212

1313
# Labels identification
1414

15-
Labels identification is an Azure Video Indexer AI feature that identifies visual objects like sunglasses or actions like swimming, appearing in the video footage of a media file. There are many labels identification categories and once extracted, labels identification instances are displayed in the Insights tab and can be translated into over 50 languages. Clicking a Label opens the instance in the media file, click Play Previous or Play Next to see more instances.
15+
Labels identification is an Azure Video Indexer AI feature that identifies visual objects like sunglasses or actions like swimming, appearing in the video footage of a media file. There are many labels identification categories and once extracted, labels identification instances are displayed in the Insights tab and can be translated into over 50 languages. Clicking a Label opens the instance in the media file, select Play Previous or Play Next to see more instances.
1616

1717
## Prerequisites
1818

@@ -22,8 +22,8 @@ Review [Transparency Note overview](/legal/azure-video-indexer/transparency-note
2222

2323
This article discusses labels identification and the key considerations for making use of this technology responsibly. There are many things you need to consider when deciding how to use and implement an AI-powered feature:
2424

25-
- Will this feature perform well in my scenario? Before deploying labels identification into your scenario, test how it performs using real-life data and make sure it can deliver the accuracy you need.
26-
- Are we equipped to identify and respond to errors? AI-powered products and features will not be 100% accurate, so consider how you will identify and respond to any errors that may occur.
25+
- Does this feature perform well in my scenario? Before deploying labels identification into your scenario, test how it performs using real-life data and make sure it can deliver the accuracy you need.
26+
- Are we equipped to identify and respond to errors? AI-powered products and features won't be 100% accurate, so consider how you'll identify and respond to any errors that may occur.
2727

2828
## View the insight
2929

@@ -83,8 +83,6 @@ To display labels identification insights in a JSON file, do the following:
8383

8484
To download the JSON file via the API, [Azure Video Indexer developer portal](https://api-portal.videoindexer.ai/).
8585

86-
<!-- For more information, see [Azure Video Indexer Labels]().-->
87-
8886
## Labels components
8987

9088
During the Labels procedure, objects in a media file are processed, as follows:

articles/azure-video-indexer/ocr.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Review [transparency note overview](/legal/azure-video-indexer/transparency-note
2222

2323
## General principles
2424

25-
This article discusses optical character recognition (OCR) and the key considerations for making use of this technology responsibly. There are a number of things you need to consider when deciding how to use and implement an AI-powered feature:
25+
This article discusses optical character recognition (OCR) and the key considerations for making use of this technology responsibly. There are many things you need to consider when deciding how to use and implement an AI-powered feature:
2626

2727
- Will this feature perform well in my scenario? Before deploying OCR into your scenario, test how it performs using real-life data and make sure it can deliver the accuracy you need.
2828
- Are we equipped to identify and respond to errors? AI-powered products and features won't be 100% accurate, so consider how you'll identify and respond to any errors that may occur.
@@ -34,13 +34,13 @@ When working on the website the insights are displayed in the **Timeline** tab.
3434
To see the instances on the website, do the following:
3535

3636
1. Go to View and check OCR.
37-
1. Click Timeline to display the extracted text.
37+
1. Select Timeline to display the extracted text.
3838

39-
Insights can also be generated in a categorized list in a JSON file which includes the ID, language, text together with each instance’s confidence score.
39+
Insights can also be generated in a categorized list in a JSON file that includes the ID, language, text together with each instance’s confidence score.
4040

4141
To see the insights in a JSON file, do the following:
4242

43-
1. Click Download -> Insight (JSON).
43+
1. Select Download -> Insight (JSON).
4444
1. Copy the `ocr` element, under `insights`, and paste it into your online JSON viewer.
4545

4646
```json
@@ -95,7 +95,7 @@ To download the JSON file via the API, use the [Azure Video Indexer developer po
9595

9696
## OCR components
9797

98-
During the OCR procedure, text images in a media file is processed, as follows:
98+
During the OCR procedure, text images in a media file are processed, as follows:
9999

100100
|Component|Definition|
101101
|---|---|
@@ -111,22 +111,22 @@ For more information, see [OCR technology](/azure/cognitive-services/computer-
111111
- Deep searching media footage for images with signposts, street names or car license plates, for example, in law enforcement.
112112
- Extracting text from images in media files and then translating it into multiple languages in labels for accessibility, for example in media or entertainment.
113113
- Detecting brand names in images and tagging them for translation purposes, for example in advertising and branding.
114-
- Extracting text in images which is then automatically tagged and categorized for accessibility and future usage, for example to generate content at a news agency.
114+
- Extracting text in images that is then automatically tagged and categorized for accessibility and future usage, for example to generate content at a news agency.
115115
- Extracting text in warnings in online instructions and then translating the text to comply with local standards, for example, e-learning instructions for using equipment.
116116

117117
## Considerations and limitations when choosing a use case
118118

119119
- Carefully consider the accuracy of the results, to promote more accurate detections, check the quality of the image, low quality images might impact the detected insights.
120120
- Carefully consider when using for law enforcement that OCR can potentially misread or not detect parts of the text. To ensure fair and high-quality decisions, combine OCR-based automation with human oversight.
121-
- When extracting handwritten text, avoid using the OCR results of signatures which are hard to read for both humans and machines. A better way to use OCR is to use it for detecting the presence of a signature for further analysis.
121+
- When extracting handwritten text, avoid using the OCR results of signatures that are hard to read for both humans and machines. A better way to use OCR is to use it for detecting the presence of a signature for further analysis.
122122
- Don't use OCR for decisions that may have serious adverse impacts. Machine learning models that extract text can result in undetected or incorrect text output. Decisions based on incorrect output could have serious adverse impacts. Additionally, it's advisable to include human review of decisions that have the potential for serious impacts on individuals.
123123

124124
When used responsibly and carefully, Azure Video Indexer is a valuable tool for many industries. To respect the privacy and safety of others, and to comply with local and global regulations, we recommend the following:  
125125

126126
- Always respect an individual’s right to privacy, and only ingest videos for lawful and justifiable purposes.  
127-
- Do not purposely disclose inappropriate content about young children or family members of celebrities or other content that may be detrimental or pose a threat to an individual’s personal freedom.  
127+
- Don't purposely disclose inappropriate content about young children or family members of celebrities or other content that may be detrimental or pose a threat to an individual’s personal freedom.  
128128
- Commit to respecting and promoting human rights in the design and deployment of your analyzed media.  
129-
- When using 3rd party materials, be aware of any existing copyrights or permissions required before distributing content derived from them. 
129+
- When using third party materials, be aware of any existing copyrights or permissions required before distributing content derived from them. 
130130
- Always seek legal advice when using content from unknown sources. 
131131
- Always obtain appropriate legal and professional advice to ensure that your uploaded videos are secured and have adequate controls to preserve the integrity of your content and to prevent unauthorized access.    
132132
- Provide a feedback channel that allows users and individuals to report issues with the service.  

0 commit comments

Comments
 (0)