Commit 83abfa50 authored by Yue Li's avatar Yue Li Committed by Chromium LUCI CQ

Quick Answers: Update default param value for translation

Bug: b/175747630
Test: None
Change-Id: I6e0c50ffa3a90a8088cfa21f3c1cf128f7fd412f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636877
Auto-Submit: Yue Li <updowndota@chromium.org>
Reviewed-by: default avatarJeroen Dhollander <jeroendh@chromium.org>
Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Xiyuan Xia <xiyuan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845189}
parent 88c303d4
...@@ -15,7 +15,7 @@ namespace { ...@@ -15,7 +15,7 @@ namespace {
constexpr base::FeatureParam<double> kSelectedTextConfidenceThreshold{ constexpr base::FeatureParam<double> kSelectedTextConfidenceThreshold{
&features::kQuickAnswersTranslation, "selected_text_confidence_threshold", &features::kQuickAnswersTranslation, "selected_text_confidence_threshold",
/*default_value=*/0.7}; /*default_value=*/0.8};
constexpr base::FeatureParam<double> kSurroundingTextConfidenceThreshold{ constexpr base::FeatureParam<double> kSurroundingTextConfidenceThreshold{
&features::kQuickAnswersTranslation, &features::kQuickAnswersTranslation,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment