Segment

Represents a segment from the Whisper model

Import

from VisionCraftAPI.models import Segment

Available attributes

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