Skip to content

Commit 003e5ba

Browse files
authored
Merge pull request #105523 from Juliako/patch-103
Update faq.md
2 parents df298df + 77329a7 commit 003e5ba

File tree

1 file changed

+24
-1
lines changed
  • articles/media-services/video-indexer

1 file changed

+24
-1
lines changed

articles/media-services/video-indexer/faq.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ Yes, you can integrate Video Indexer into serverless technologies like Logic App
7373

7474
You can see which Azure regions Video Indexer is available on the [regions](https://azure.microsoft.com/global-infrastructure/services/?products=cognitive-services&regions=all) page.
7575

76+
### Can I customize Video Indexer models for my specific use case?
77+
78+
Yes. In Video Indexer you can customize some of the available models to better fit your needs.
79+
80+
For example, our Person model supports out-of-the-box 1,000,000 faces of celebrity recognition, but you can also train it to recognize other faces which are not in that database.
81+
82+
For details, see articles about customizing [Person](customize-person-model-overview.md), [Brands](customize-brands-model-overview.md), and [Language](customize-language-model-overview.md) models.
83+
7684
### What is the SLA for Video Indexer?
7785

7886
Azure Media Service’s SLA covers Video Indexer and can be found on the [SLA](https://azure.microsoft.com/support/legal/sla/media-services/v1_2/) page. The SLA only applies to Video Indexer paid accounts and does not apply to the free trial.
@@ -107,14 +115,29 @@ Per the [Azure Online Services Terms](https://www.microsoftvolumelicensing.com/D
107115

108116
Yes, the content and its insights are kept within the Azure region unless you have a manual configuration in your Azure subscription that uses multiple Azure regions.
109117

110-
### What is the Privacy policy for Video Indexer?
118+
### What is the privacy policy for Video Indexer?
111119

112120
Video Indexer is covered by the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement). The privacy statement explains the personal data Microsoft processes, how Microsoft processes it, and for what purposes Microsoft processes it. To learn more about privacy, visit the [Microsoft Trust Center](https://www.microsoft.com/trustcenter).
113121

114122
### What certifications does Video Indexer have?
115123

116124
Video Indexer currently has the SOC certification. To review Video Indexer's certification, please refer to the [Microsoft Trust Center](https://www.microsoft.com/trustcenter/compliance/complianceofferings?product=Azure).
117125

126+
### What is the difference between private and public videos?
127+
128+
When videos are uploaded to Video Indexer, you can choose from two privacy settings: private and public. Public videos are accessible for anyone, including anonymous and unidentified users. Private ones are restricted solely to the account members.
129+
130+
### I tried to upload a video as public and it was flagged for inappropriate or offensive content, what does that mean?
131+
132+
When uploading a video to Video Indexer, an automatic content analysis is done by algorithms and models in order to make sure no inappropriate content will be presented publicly. If a video is found to be suspicious as containing explicit content, it will not be possible to set it as public. However, the account members can still access it as a private video (view it, download the insights and extracted artifacts, and perform other operations available to account members).
133+
134+
In order to set the video for public access, you can either:
135+
136+
* Build your own interface layer (such as app or website) and use it to interact with the Video Indexer service. This way the video remains private in our portal and your users can interact with it through your interface. For example, you can still get the insights or allow viewing of the video in your own interface.
137+
* Request a human review of the content, which would result in removing of the restriction assuming the content is not explicit.
138+
139+
This option can be explored if the Video Indexer website is used directly by your users as the interface layer, and for public (unauthenticated) viewing.
140+
118141
## API Questions
119142

120143
### What APIs does Video Indexer offer?

0 commit comments

Comments
 (0)