omi_transcript_segments
1 row where conversation_id = "0b0dad57-b040-4960-920d-5446266fd70b"
This data as json, CSV (advanced)
| id ▼ | conversation_id | text | speaker_id | speaker_name | start_time | end_time |
|---|---|---|---|---|---|---|
| 274234 | Reflecting On Divorce Responsibility 0b0dad57-b040-4960-920d-5446266fd70b | You know, whatever. that's her right? and then i'll be like, you know, but i i know that i like was needy in this way and i was this and this way, but i was constantly seeking to connect with her and it didn't feel like she wanted to connect and you you know what i mean? like, that's the conversation i have. right? partly because i'm like, anything less feels like not really what is interesting or like worth saying. like, just saying like, i'm not at fault. i got divorced because i married a dummy. right? it's like, well, how smart are you if you did that in the exact exactly. exactly. right. right. right. right. you're either someone who doesn't understand your own culpability in this situation. you can't own it because you don't under you don't see it. right? i don't wanna be anywhere near you if that's the case. you or you're or you do understand and you're just lying about it which is, i don't know, worse in some ways. | 0 | Speaker 0 | 0.0 | 59.2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE omi_transcript_segments (
id INTEGER PRIMARY KEY AUTOINCREMENT,
conversation_id TEXT NOT NULL,
text TEXT,
speaker_id INTEGER,
speaker_name TEXT,
start_time REAL,
end_time REAL,
FOREIGN KEY (conversation_id) REFERENCES omi_conversations(id)
);
CREATE INDEX idx_omi_segments_conv ON omi_transcript_segments(conversation_id);