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: sdk/contentunderstanding/azure-ai-contentunderstanding/samples/async_samples/sample_get_result_file_async.py
+20-22Lines changed: 20 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,18 @@
9
9
10
10
DESCRIPTION:
11
11
This sample demonstrates how to retrieve result files (such as keyframe images) from a
12
-
video analysis operation using the get_result_file API.
12
+
video analysis operation using the `get_result_file` API.
13
13
14
-
When analyzing video content, the Content Understanding service can generate result files:
14
+
About result files:
15
+
When analyzing video content, the Content Understanding service can generate result files such as:
15
16
- Keyframe images: Extracted frames from the video at specific timestamps
16
17
- Other result files: Additional files generated during analysis
17
18
18
-
The get_result_file API allows you to retrieve these files using:
19
+
The `get_result_file` API allows you to retrieve these files using:
19
20
- Operation ID: Extracted from the analysis operation
20
-
- File path: The path to the specific result file (e.g., "keyframes/{frameTimeMs}")
21
+
- File path: The path to the specific result file. In the recording, keyframes were accessed
22
+
with paths like `keyframes/733` and `keyframes/9000`, following the
0 commit comments