diff options
Diffstat (limited to 'vending-machine.md')
| -rw-r--r-- | vending-machine.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vending-machine.md b/vending-machine.md index 2f9c064..e64a667 100644 --- a/vending-machine.md +++ b/vending-machine.md | |||
| @@ -89,7 +89,7 @@ The output of processing the data -- published by the Service Provider. | |||
| 89 | "kind": 68002, | 89 | "kind": 68002, |
| 90 | "tags" [ | 90 | "tags" [ |
| 91 | // stringified JSON request event | 91 | // stringified JSON request event |
| 92 | [ "request", "<id-of-68001-event>" ], | 92 | [ "request", "<68001-event-as-stringified JSON>" ], |
| 93 | [ "e", "<id-of-68001-event>" ], | 93 | [ "e", "<id-of-68001-event>" ], |
| 94 | [ "p", "<Customer's pubkey>" ], | 94 | [ "p", "<Customer's pubkey>" ], |
| 95 | [ "status", "success", "<more-info>" ], | 95 | [ "status", "success", "<more-info>" ], |
| @@ -115,6 +115,7 @@ This NIP defines some example job types, Customers SHOULD specify these types fo | |||
| 115 | | param | req? | description | 115 | | param | req? | description |
| 116 | |--------------------------------|------|-------- | 116 | |--------------------------------|------|-------- |
| 117 | | `range` | opt | timestamp range (in seconds) of desired text to be transcribed | 117 | | `range` | opt | timestamp range (in seconds) of desired text to be transcribed |
| 118 | | `alignment` | opt | word, segment, raw : word-level, segment-level or raw outputs | ||
| 118 | 119 | ||
| 119 | ### `summarization` | 120 | ### `summarization` |
| 120 | | param | req? | description | 121 | | param | req? | description |