Represents a segment from the Whisper model
from VisionCraftAPI.models import Segment
id: int seek: int start: float end: float text: str tokens: List[int] temperature: float avg_logprob: float compression_ratio: float no_speech_prob: float
Last updated 10 months ago