diff options
| author | 2011-04-05 11:27:55 -0700 | |
|---|---|---|
| committer | 2011-04-05 11:27:55 -0700 | |
| commit | 0cd9cb1827b2203dbfc7d7d48cb7384e19521bee (patch) | |
| tree | cbcf6c480386ae10424ac84ab5c708a0b202d1ec /api/current.xml | |
| parent | 9f3c6160e4fc089e1bd059ab61f00ed6ab3fbe04 (diff) | |
| parent | bb7cf916b23c78dc640f8bdfb7ad5cd6b09c3636 (diff) | |
Merge "Support speech recognizer confidence values."
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 31b135301bb8..e17bce5402c3 100644 --- a/api/current.xml +++ b/api/current.xml @@ -180231,6 +180231,17 @@ visibility="public" > </field> +<field name="EXTRA_CONFIDENCE_SCORES" + type="java.lang.String" + transient="false" + volatile="false" + value=""android.speech.extra.CONFIDENCE_SCORES"" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="EXTRA_LANGUAGE" type="java.lang.String" transient="false" @@ -180668,6 +180679,17 @@ visibility="public" > </method> +<field name="CONFIDENCE_SCORES" + type="java.lang.String" + transient="false" + volatile="false" + value=""confidence_scores"" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="ERROR_AUDIO" type="int" transient="false" |