Skip to content

Commit

Permalink
transcription-doc-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mntrspace committed Jul 12, 2023
1 parent fab478a commit 5e60957
Showing 1 changed file with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,15 @@ You can refer to our [Policy API documentation](https://www.100ms.live/docs/serv
Transcripts can be generated in the form of a txt, srt or a json file. Summaries are generated in the json file format only. Following are example outputs for reference:
1. **Transcript** - conversation.txt
<Tabs id="implementation" items={['transcript.txt', 'transcript.srt', 'transcript.json','summary.json']} />
<Tab id='implementation-0'>
```
John: Hello, hello, hello! How's your day been?

Sarah: Hey, long time no see! What have you been up to?
```
2. **Transcript** - conversation.srt
</Tab>
<Tab id='implementation-1'>
```
1
00:00:01,010 --> 00:00:12,870
Expand All @@ -127,8 +128,9 @@ John: Hello, hello, hello! How's your day been?
00:00:14,230 --> 00:00:17,390
Sarah: Hey, long time no see! What have you been up to?
```
</Tab>
<Tab id='implementation-3'>
3. **Transcript** - conversation.json
```json
{
"words": [
Expand Down Expand Up @@ -169,8 +171,9 @@ Sarah: Hey, long time no see! What have you been up to?
]
}
```
</Tab>
<Tab id='implementation-4'>

4. **Summary** - summary.json
```json
{
"summary": {
Expand Down Expand Up @@ -209,6 +212,7 @@ Sarah: Hey, long time no see! What have you been up to?
}
}
```
</Tab>

### Consuming Transcripts and Summaries

Expand Down

0 comments on commit 5e60957

Please sign in to comment.