home / saraphina

omi_transcript_segments

11 rows where conversation_id = "13c41037-a153-4fd4-934c-260afe109370"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ conversation_id text speaker_id speaker_name start_time end_time
108145 Affirmations Of Identity And Purpose 13c41037-a153-4fd4-934c-260afe109370 Noble son of god. 0 User 4.577636616431846e-07 518.5714151191628
108146 Affirmations Of Identity And Purpose 13c41037-a153-4fd4-934c-260afe109370 I am stillness. I am that I seek connection. I am spiritually intelligent. I am free. 0 User 522.1814151191628 533.1314151191629
108147 Affirmations Of Identity And Purpose 13c41037-a153-4fd4-934c-260afe109370 I am curious. 0 User 536.7714151191628 537.6514151191628
108148 Affirmations Of Identity And Purpose 13c41037-a153-4fd4-934c-260afe109370 I am that I love everyone. I am that I seek mastery at my domain. I am that I am inspired. I'm an artist. I have unlimited potential. 0 User 540.9114151191628 552.4914151191629
108149 Affirmations Of Identity And Purpose 13c41037-a153-4fd4-934c-260afe109370 I'm an elegant man. I am that I know myself deeper. I am that I serve others in dignity and love. I'm a family man, a father, a husband. 0 User 554.4514151191628 567.2914151191628
108150 Affirmations Of Identity And Purpose 13c41037-a153-4fd4-934c-260afe109370 A a leader. I am a big strong monster of a man. I am the author of my reality. I am a healer. I am a teacher. I am that I see others. 0 User 567.8514151191628 581.0514151191628
108151 Affirmations Of Identity And Purpose 13c41037-a153-4fd4-934c-260afe109370 I am that I choose to love others. I am fun. I am like my grandpa, Tom. My softness is my inheritance. The warmth that people loved in him lives in me, and I honor it. 0 User 582.8514151191628 595.2914151191628
108152 Affirmations Of Identity And Purpose 13c41037-a153-4fd4-934c-260afe109370 Live large. I'm a creative powerhouse with capacity to spare. 0 User 598.7314151191629 604.2114151191628
108153 Affirmations Of Identity And Purpose 13c41037-a153-4fd4-934c-260afe109370 I am wise. 0 User 607.9314151191628 608.7314151191629
108154 Affirmations Of Identity And Purpose 13c41037-a153-4fd4-934c-260afe109370 For this day and grateful to be able to do these practices to find myself 0 User 612.8714051191628 659.1252826309296
108155 Affirmations Of Identity And Purpose 13c41037-a153-4fd4-934c-260afe109370 Moving closer to the you're farther away. 0 User 668.5310799217335 670.4510799217335

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 4.293ms