mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 12:36:24 +08:00
feat(server): find transcript actions (#11890)
This commit is contained in:
@@ -69,6 +69,7 @@ Generated by [AVA](https://avajs.dev).
|
||||
|
||||
[
|
||||
{
|
||||
actions: '[{"a":"A","s":30,"e":45,"t":"Hello, everyone."},{"a":"B","s":46,"e":70,"t":"Hi, thank you for joining the meeting today."}]',
|
||||
status: 'claimed',
|
||||
summary: '[{"a":"A","s":30,"e":45,"t":"Hello, everyone."},{"a":"B","s":46,"e":70,"t":"Hi, thank you for joining the meeting today."}]',
|
||||
title: '[{"a":"A","s":30,"e":45,"t":"Hello, everyone."},{"a":"B","s":46,"e":70,"t":"Hi, thank you for joining the meeting today."}]',
|
||||
@@ -101,6 +102,7 @@ Generated by [AVA](https://avajs.dev).
|
||||
|
||||
[
|
||||
{
|
||||
actions: '[{"a":"A","s":30,"e":45,"t":"Hello, everyone."},{"a":"B","s":46,"e":70,"t":"Hi, thank you for joining the meeting today."}]',
|
||||
status: 'claimed',
|
||||
summary: '[{"a":"A","s":30,"e":45,"t":"Hello, everyone."},{"a":"B","s":46,"e":70,"t":"Hi, thank you for joining the meeting today."}]',
|
||||
title: '[{"a":"A","s":30,"e":45,"t":"Hello, everyone."},{"a":"B","s":46,"e":70,"t":"Hi, thank you for joining the meeting today."}]',
|
||||
|
||||
Binary file not shown.
@@ -408,6 +408,7 @@ export async function claimAudioTranscription(
|
||||
status: string;
|
||||
title: string | null;
|
||||
summary: string | null;
|
||||
actions: string | null;
|
||||
transcription:
|
||||
| {
|
||||
speaker: string;
|
||||
@@ -425,6 +426,7 @@ export async function claimAudioTranscription(
|
||||
status
|
||||
title
|
||||
summary
|
||||
actions
|
||||
transcription {
|
||||
speaker
|
||||
start
|
||||
|
||||
Reference in New Issue
Block a user