Skip to main content
Glama
asr_data.py263 B
from dataclasses import dataclass from typing import List @dataclass class ASRDataSeg: """ASR 数据段""" text: str start_time: float end_time: float @dataclass class ASRData: """ASR 数据""" text: str segments: List[ASRDataSeg]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/takereshui/mcp-video-extraction-plus'

If you have feedback or need assistance with the MCP directory API, please join our Discord server