Skip to content

Commit cd55aee

Browse files
kdrclaude
andauthored
Pick up updates exposing more describe formats (#55)
updates - pull api spec update - bump api version - expose more options for describe format specific to different speech transcript formats --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c9a3579 commit cd55aee

261 files changed

Lines changed: 280 additions & 274 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cloudglue/client/resources/describe.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ def get(
102102
103103
Args:
104104
job_id: The unique identifier of the description job.
105-
response_format: The format of the response, one of 'json' or 'markdown' (json by default)
105+
response_format: The format of the response. One of 'json', 'markdown', 'speech_srt',
106+
'speech_vtt', 'speech_markdown', or 'speech_text'. Use speech_srt or speech_vtt for
107+
subtitle formats, speech_markdown for a diarized transcript, or speech_text for plain
108+
timestamped text. Defaults to 'json'.
106109
start_time_seconds: The start time in seconds to filter the media descriptions
107110
end_time_seconds: The end time in seconds to filter the media descriptions
108111
modalities: Filter results by modality types (e.g., ['speech', 'visual_scene_description'])
@@ -272,7 +275,10 @@ def run(
272275
segmentation_id: Segmentation job id to use. Cannot be provided together with segmentation_config.
273276
segmentation_config: Configuration for video segmentation. Cannot be provided together with segmentation_id.
274277
thumbnails_config: Optional configuration for segment thumbnails
275-
response_format: The format of the response, one of 'json' or 'markdown' (json by default)
278+
response_format: The format of the response. One of 'json', 'markdown', 'speech_srt',
279+
'speech_vtt', 'speech_markdown', or 'speech_text'. Use speech_srt or speech_vtt for
280+
subtitle formats, speech_markdown for a diarized transcript, or speech_text for plain
281+
timestamped text. Defaults to 'json'.
276282
modalities: Filter results by modality types (e.g., ['speech', 'visual_scene_description'])
277283
include_thumbnails: When true, include thumbnail_url on the response and segment_summary entries
278284
include_word_timestamps: When true, include word-level timestamps on speech entries. Not available for YouTube sources. Only applies when response_format=json.

cloudglue/sdk/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudglue/sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudglue/sdk/api/chat_api.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudglue/sdk/api/collections_api.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudglue/sdk/api/data_connectors_api.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudglue/sdk/api/deep_search_api.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudglue/sdk/api/describe_api.py

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudglue/sdk/api/extract_api.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudglue/sdk/api/face_detection_api.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)