Transcribe Streaming > Structures > TimestampRange TimestampRange¶ Structure Class¶ TimestampRange dataclass ¶ Contains the timestamp range (start time through end time) of a matched category. Attributes¶ begin_offset_millis class-attribute instance-attribute ¶ begin_offset_millis: int | None = None The time, in milliseconds, from the beginning of the audio stream to the start of the category match. end_offset_millis class-attribute instance-attribute ¶ end_offset_millis: int | None = None The time, in milliseconds, from the beginning of the audio stream to the end of the category match.