We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71ded0 commit 2781f10Copy full SHA for 2781f10
src/ExpoSpeechRecognitionModule.types.ts
@@ -56,8 +56,15 @@ export type ExpoSpeechRecognitionNativeEventMap = {
56
* Notes for Android:
57
*
58
* - This is only available for SDK 34+ (Android 14+)
59
+ * - This is only verified to work with the `com.google.android.as` service (using on device speech recognition)
60
+ * - Segments are only available during the final result
61
* - The segment parts are split up by words.
62
* - The segments are only available for the first transcript
63
+ * - Segment confidences currently return as -1 (unavailable)
64
+ *
65
+ * Notes for iOS:
66
67
+ * - The confidence value will be 0 on partial results
68
*/
69
segments: {
70
/** The start timestamp of the utterance, e.g. 1000 */
0 commit comments