Add Go transcript and glossary schemas

This commit is contained in:
2026-05-10 23:52:36 +00:00
parent ea8def423e
commit 950edc01f2
20 changed files with 898 additions and 0 deletions

View File

@@ -0,0 +1 @@
glossary: [

View File

@@ -0,0 +1,2 @@
glossary:
- name: Jesters

View File

@@ -0,0 +1,9 @@
glossary:
- name: Jesters
category: faction
summary: A faction name.
- name: Popov
aliases:
- Hrank
category: character
summary: A character name.

View File

@@ -0,0 +1,17 @@
[
{
"id": 1,
"speaker": "Alice",
"start": 0.0,
"end": 1.5,
"text": "Hello world."
},
{
"id": 2,
"speaker": "Bob",
"start": 2.0,
"end": 3.5,
"text": "Hi there.",
"categories": ["greeting"]
}
]

View File

@@ -0,0 +1,16 @@
[
{
"id": 1,
"speaker": "Alice",
"start": 0.0,
"end": 1.5,
"text": "Hello world."
},
{
"id": 1,
"speaker": "Bob",
"start": 2.0,
"end": 3.5,
"text": "Hi there."
}
]

View File

@@ -0,0 +1 @@
[]

View File

@@ -0,0 +1,9 @@
[
{
"id": 1,
"speaker": "",
"start": 0.0,
"end": 1.5,
"text": "Hello world."
}
]

View File

@@ -0,0 +1,9 @@
[
{
"id": 1,
"speaker": "Alice",
"start": 0.0,
"end": 1.5,
"text": ""
}
]

View File

@@ -0,0 +1,9 @@
[
{
"id": 1,
"speaker": "Alice",
"start": 5.0,
"end": 1.5,
"text": "Hello world."
}
]

View File

@@ -0,0 +1 @@
{"segments":[{"id":1,"text":"oops"}

View File

@@ -0,0 +1,14 @@
[
{
"speaker": "Alice",
"start": 0.0,
"end": 1.5,
"text": "Hello world."
},
{
"speaker": "Bob",
"start": 2.0,
"end": 3.5,
"text": "Hi there."
}
]

View File

@@ -0,0 +1,9 @@
[
{
"id": 2,
"speaker": "Alice",
"start": 0.0,
"end": 1.5,
"text": "Hello world."
}
]

View File

@@ -0,0 +1,19 @@
{
"segments": [
{
"id": 1,
"speaker": "Alice",
"start": 0.0,
"end": 1.5,
"text": "Hello world."
},
{
"id": 2,
"speaker": "Bob",
"start": 2.0,
"end": 3.5,
"text": "Hi there.",
"categories": ["greeting"]
}
]
}