We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8637d9c commit 421670fCopy full SHA for 421670f
notebooks/content_extraction.ipynb
@@ -279,6 +279,23 @@
279
"for keyframe_id in keyframe_ids:\n",
280
" save_image(keyframe_id)"
281
]
282
+ },
283
+ {
284
+ "cell_type": "markdown",
285
+ "metadata": {},
286
+ "source": [
287
+ "## Clean Up\n",
288
+ "Optionally, delete the sample analyzer from your resource. In typical usage scenarios, you would analyze multiple files using the same analyzer."
289
+ ]
290
291
292
+ "cell_type": "code",
293
+ "execution_count": null,
294
295
+ "outputs": [],
296
297
+ "client.delete_analyzer(ANALYZER_ID)"
298
299
}
300
],
301
"metadata": {
0 commit comments