Skip to content

Commit 4564253

Browse files
committed
README
1 parent 594c2ea commit 4564253

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,20 @@ Ex:
6262

6363
| Name | Abbreviation | Default | Description |
6464
|--|--|--|--|
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|
7065
|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.|
7368
|auto_highlights|a|false|Automatically detect important phrases and words in the text.|
7469
|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|
7871
|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.|
8079
|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

Comments
 (0)