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-understanding/video/overview.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ With the prebuilt video analyzer (prebuilt-videoAnalyzer), you can upload a vide
54
54
55
55
* For example, creating the base `prebuilt-videoAnalyzer` as follows:
56
56
57
-
```jsonc
57
+
```json
58
58
{
59
59
"config": {},
60
60
"BaseAnalyzerId": "prebuilt-videoAnalyzer",
@@ -76,7 +76,7 @@ With the prebuilt video analyzer (prebuilt-videoAnalyzer), you can upload a vide
76
76
WEBVTT
77
77
78
78
00:03.600 --> 00:06.000
79
-
<Speaker 1 Speaker>Get new years ready.
79
+
<Speaker 1>Get new years ready.
80
80
81
81
Key Frames
82
82
- 00:00.600 
@@ -90,7 +90,7 @@ With the prebuilt video analyzer (prebuilt-videoAnalyzer), you can upload a vide
90
90
WEBVTT
91
91
92
92
00:03.600 --> 00:06.000
93
-
<Speaker 1 Speaker>Go team!
93
+
<Speaker 1>Go team!
94
94
95
95
Key Frames
96
96
- 00:06.200 
@@ -154,7 +154,7 @@ Shape the output to match your business vocabulary. Use a `fieldSchema` object w
154
154
155
155
**Example:**
156
156
157
-
```jsonc
157
+
```json
158
158
159
159
"fieldSchema": {
160
160
"description": "Extract brand presence and sentiment per scene",
@@ -187,34 +187,34 @@ Shape the output to match your business vocabulary. Use a `fieldSchema` object w
187
187
188
188
Content Understanding offers three ways to slice a video, letting you get the output you need for whole videos or short clips. You can use these options by setting the `SegmentationMode` property on a custom analyzer.
You describe the logic in natural language and the model creates segments to match. Set `segmentationDefinition` with a string describing how you'd like the video to be segmented. Custom allows segments of varying length from seconds to minutes depending on the prompt.
206
206
207
207
**Example:**
208
208
* Break a news broadcast up into stories.
209
209
210
-
```jsonc
210
+
```json
211
211
{
212
212
"segmentationMode": "custom",
213
213
"segmentationDefinition": "news broadcasts divided by individual stories"
214
214
}
215
215
```
216
216
217
-
## Face identification description add-on
217
+
## Face identification and description add-on
218
218
219
219
> [!NOTE]
220
220
>
@@ -231,7 +231,7 @@ The face add-on enables grouping and identification as output from the content e
231
231
232
232
### Field Extraction – Face description
233
233
234
-
The field extraction capability is enhanced by providing detailed descriptions of identified faces in the video. This capability includes attributes such as facial hair, emotions, and the presence of celebrities, which can be crucial for various analytical and indexing purposes. To enable face capabilities set `disableFaceBlurring=true`in the analyzer configuration.
234
+
The field extraction capability is enhanced by providing detailed descriptions of identified faces in the video. This capability includes attributes such as facial hair, emotions, and the presence of celebrities, which can be crucial for various analytical and indexing purposes. To enable face description capabilities set `disableFaceBlurring : true` in the analyzer configuration.
0 commit comments