|
62 | 62 |
|
63 | 63 | | Name | Abbreviation | Default | Description | |
64 | 64 | |--|--|--|--| |
65 | | -|poll|p|true|The CLI will poll the transcription every 3 seconds until it's complete.| |
66 | | -|speaker_labels|l|true|Automatically detect the number of speakers in the file.| |
67 | | -|punctuate|u|true|Enable automatic punctuation| |
68 | | -|format_text|f|true|Enable text formatting| |
69 | | -|dual_channel|d|false|Enable dual channel| |
70 | 65 | |json|j|false|If true, the CLI will output the JSON. | |
71 | | -|redact_pii|r|false|Remove personally identifiable information from the transcription.| |
72 | | -|redact_pii_policies*|i|drug,number_sequence,person_name*|The list of PII policies to redact (source), comma-separated. Required if the redact_pii flag is true, with the default value including drugs, number sequences, and person names. | |
| 66 | +|poll|p|true|The CLI will poll the transcription every 3 seconds until it's complete.| |
| 67 | +|auto_chapters|s|false|A "summary over time" for the audio file transcribed.| |
73 | 68 | |auto_highlights|a|false|Automatically detect important phrases and words in the text.| |
74 | 69 | |content_moderation|c|false|Detect if sensitive content is spoken in the file.| |
75 | | -|topic_detection|t|false|Label the topics that are spoken in the file.| |
76 | | -|sentiment_analysis|x|false|Detect the sentiment of each sentence of speech spoken in the file.| |
77 | | -|auto_chapters|s|false|A "summary over time" for the audio file transcribed.| |
| 70 | +|dual_channel|d|false|Enable dual channel| |
78 | 71 | |entity_detection|e|false|Identify a wide range of entities that are spoken in the audio file.| |
79 | | -|webhook_url|w|null|Receive a webhook once your transcript is complete.| |
| 72 | +|format_text|f|true|Enable text formatting| |
| 73 | +|punctuate|u|true|Enable automatic punctuation| |
| 74 | +|redact_pii_policies*|i|drug,number_sequence,person_name*|The list of PII policies to redact (source), comma-separated. Required if the redact_pii flag is true, with the default value including drugs, number sequences, and person names. | |
| 75 | +|redact_pii|r|false|Remove personally identifiable information from the transcription.| |
| 76 | +|sentiment_analysis|x|false|Detect the sentiment of each sentence of speech spoken in the file.| |
| 77 | +|speaker_labels|l|true|Automatically detect the number of speakers in the file.| |
| 78 | +|topic_detection|t|false|Label the topics that are spoken in the file.| |
80 | 79 | |webhook_auth_header_name|b|null|Containing the header's name which will be inserted into the webhook request| |
81 | | -|webhook_auth_header_value|o|null|The value of the header that will be inserted into the webhook request.| |
| 80 | +|webhook_auth_header_value|o|null|The value of the header that will be inserted into the webhook request.| |
| 81 | +|webhook_url|w|null|Receive a webhook once your transcript is complete.| |
0 commit comments