Skip to content

Commit 8601fcc

Browse files
committed
updated sentiment threshold parameter.
1 parent 4425879 commit 8601fcc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/types/prerecordedTranscriptionOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export type PrerecordedTranscriptionOptions = {
218218
* Indicates the confidence requirement for non-neutral sentiment.
219219
* Setting this variable turns sentiment analysis on.
220220
*/
221-
sent_thresh?: number;
221+
sentiment_threshold?: number;
222222

223223
/**
224224
* Indicates whether to convert dates from written format (e.g., january first) to

src/types/usageOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ export type UsageOptions = {
2828
paragraphs?: boolean;
2929
utt_split?: boolean;
3030
analyze_sentiment?: boolean;
31-
sent_thresh?: boolean;
31+
sentiment_threshold?: boolean;
3232
};

0 commit comments

Comments
 (0)