findSimilarFrames
Identify visually similar frames in videos using Apple Vision image feature prints. Provide a reference frame to find matching scenes based on visual content analysis.
Instructions
Find frames that visually look like a reference frame using Apple Vision image feature prints. Accepts a frame assetId or a direct framePath and returns image-backed matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetId | No | Reference keyframe asset ID | |
| framePath | No | Reference image path on disk | |
| videoIdOrUrl | No | Optional video scope for similarity search | |
| maxResults | No | ||
| minSimilarity | No | ||
| dryRun | No |