Skip to content

Commit

Permalink
aws 指定時のみ有効な旨を追記する
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexa committed Dec 17, 2024
1 parent dfd659e commit 0cb48f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

## develop

- [ADD] 採用する結果の信頼スコアの最小値を指定する minimum_confidence_score を追加する
- [ADD] 採用する結果の信頼スコアの最小値を指定する minimum_confidence_score を追加する(aws のみ有効)
- デフォルト値: 0(信頼スコアを無視する)
- @Hexa
- [ADD] 採用する結果の最小発話期間(秒)を指定する minimum_transcribed_time を追加する
- [ADD] 採用する結果の最小発話期間(秒)を指定する minimum_transcribed_time を追加する(aws のみ有効)
- デフォルト値: 0(最小発話期間を無視する)
- @Hexa

Expand Down
4 changes: 2 additions & 2 deletions config_example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ retry_interval_ms = 100
# aws の場合は IsPartial が false, gcp の場合は IsFinal が true の場合の最終的な結果のみを返す指定
final_result_only = true

# 採用する結果の信頼スコアの最小値です
# 採用する結果の信頼スコアの最小値です(aws 指定時のみ有効)
# minimum_confidence_score = 0.0

# 採用する結果の最小発話期間(秒)です
# 採用する結果の最小発話期間(秒)です(aws 指定時のみ有効)
# minimum_transcribed_time = 0.0

# [aws]
Expand Down

0 comments on commit 0cb48f3

Please sign in to comment.