Skip to content

Commit 5a0cec2

Browse files
author
hks
committed
feat: add fps
1 parent a8fd72e commit 5a0cec2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

volcenginesdkarkruntime/types/multimodal_embedding/embedding_content_part_video_param.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
class VideoURL(TypedDict, total=False):
99
url: Required[str]
1010
"""Either a URL of the video or the base64 encoded video data."""
11+
fps: float
12+
"""The sampling fps of the video."""
1113

1214

1315
class MultimodalEmbeddingContentPartVideoParam(TypedDict, total=False):

0 commit comments

Comments
 (0)