react-native-wakeword 1.1.21 → 1.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar +0 -0
  2. package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.md5 +1 -1
  3. package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.sha1 +1 -1
  4. package/android/src/main/assets/coca_cola_model_28_05052025.onnx +0 -0
  5. package/android/src/main/java/com/davoice/keywordspotting/KeyWordRNBridge.java +45 -3
  6. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/Info.plist +5 -5
  7. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +4 -1
  8. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Info.plist +0 -0
  9. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
  10. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +345 -122
  11. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +5 -3
  12. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  13. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +5 -3
  14. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +8 -2
  15. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Info.plist +0 -0
  16. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
  17. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +345 -122
  18. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +5 -3
  19. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  20. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +5 -3
  21. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +345 -122
  22. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +5 -3
  23. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  24. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +5 -3
  25. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeDirectory +0 -0
  26. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeRequirements-1 +0 -0
  27. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +34 -34
  28. package/ios/KeyWordRNBridge/KeyWordRNBridge.mm +64 -0
  29. package/ios/KeyWordRNBridge/models/coca_cola_model_28_05052025.onnx +0 -0
  30. package/package.json +1 -1
  31. package/wakewords/KeyWordRNBridge.d.ts +1 -0
  32. package/wakewords/KeyWordRNBridge.js +24 -1
@@ -727,7 +727,7 @@
727
727
  {
728
728
  "kind": "Function",
729
729
  "name": "start",
730
- "printedName": "start(frameLength:sampleRate:setActive:duckOthers:mixWithOthers:defaultToSpeaker:)",
730
+ "printedName": "start(frameLength:sampleRate:)",
731
731
  "children": [
732
732
  {
733
733
  "kind": "TypeNominal",
@@ -745,39 +745,11 @@
745
745
  "name": "UInt32",
746
746
  "printedName": "Swift.UInt32",
747
747
  "usr": "s:s6UInt32V"
748
- },
749
- {
750
- "kind": "TypeNominal",
751
- "name": "Bool",
752
- "printedName": "Swift.Bool",
753
- "hasDefaultArg": true,
754
- "usr": "s:Sb"
755
- },
756
- {
757
- "kind": "TypeNominal",
758
- "name": "Bool",
759
- "printedName": "Swift.Bool",
760
- "hasDefaultArg": true,
761
- "usr": "s:Sb"
762
- },
763
- {
764
- "kind": "TypeNominal",
765
- "name": "Bool",
766
- "printedName": "Swift.Bool",
767
- "hasDefaultArg": true,
768
- "usr": "s:Sb"
769
- },
770
- {
771
- "kind": "TypeNominal",
772
- "name": "Bool",
773
- "printedName": "Swift.Bool",
774
- "hasDefaultArg": true,
775
- "usr": "s:Sb"
776
748
  }
777
749
  ],
778
750
  "declKind": "Func",
779
- "usr": "s:16KeyWordDetection16AVAudioWrapperCEC5start11frameLength10sampleRate9setActive10duckOthers07mixWithO016defaultToSpeakerys6UInt32V_ALS4btF",
780
- "mangledName": "$s16KeyWordDetection16AVAudioWrapperCEC5start11frameLength10sampleRate9setActive10duckOthers07mixWithO016defaultToSpeakerys6UInt32V_ALS4btF",
751
+ "usr": "s:16KeyWordDetection16AVAudioWrapperCEC5start11frameLength10sampleRateys6UInt32V_AHtF",
752
+ "mangledName": "$s16KeyWordDetection16AVAudioWrapperCEC5start11frameLength10sampleRateys6UInt32V_AHtF",
781
753
  "moduleName": "KeyWordDetection",
782
754
  "declAttributes": [
783
755
  "AccessControl",
@@ -2232,7 +2204,10 @@
2232
2204
  "name": "Foundation",
2233
2205
  "printedName": "Foundation",
2234
2206
  "declKind": "Import",
2235
- "moduleName": "KeyWordDetection"
2207
+ "moduleName": "KeyWordDetection",
2208
+ "declAttributes": [
2209
+ "RawDocComment"
2210
+ ]
2236
2211
  },
2237
2212
  {
2238
2213
  "kind": "Import",
@@ -2678,7 +2653,7 @@
2678
2653
  {
2679
2654
  "kind": "Constructor",
2680
2655
  "name": "init",
2681
- "printedName": "init(modelPath:threshold:bufferCnt:cancelEcho:)",
2656
+ "printedName": "init(modelPaths:thresholds:bufferCnts:msBetweenCallback:)",
2682
2657
  "children": [
2683
2658
  {
2684
2659
  "kind": "TypeNominal",
@@ -2688,21 +2663,141 @@
2688
2663
  },
2689
2664
  {
2690
2665
  "kind": "TypeNominal",
2691
- "name": "String",
2692
- "printedName": "Swift.String",
2693
- "usr": "s:SS"
2666
+ "name": "Array",
2667
+ "printedName": "[Swift.String]",
2668
+ "children": [
2669
+ {
2670
+ "kind": "TypeNominal",
2671
+ "name": "String",
2672
+ "printedName": "Swift.String",
2673
+ "usr": "s:SS"
2674
+ }
2675
+ ],
2676
+ "usr": "s:Sa"
2694
2677
  },
2695
2678
  {
2696
2679
  "kind": "TypeNominal",
2697
- "name": "Float",
2698
- "printedName": "Swift.Float",
2699
- "usr": "s:Sf"
2680
+ "name": "Array",
2681
+ "printedName": "[Foundation.NSNumber]",
2682
+ "children": [
2683
+ {
2684
+ "kind": "TypeNominal",
2685
+ "name": "NSNumber",
2686
+ "printedName": "Foundation.NSNumber",
2687
+ "usr": "c:objc(cs)NSNumber"
2688
+ }
2689
+ ],
2690
+ "usr": "s:Sa"
2700
2691
  },
2701
2692
  {
2702
2693
  "kind": "TypeNominal",
2703
- "name": "Int",
2704
- "printedName": "Swift.Int",
2705
- "usr": "s:Si"
2694
+ "name": "Array",
2695
+ "printedName": "[Foundation.NSNumber]",
2696
+ "children": [
2697
+ {
2698
+ "kind": "TypeNominal",
2699
+ "name": "NSNumber",
2700
+ "printedName": "Foundation.NSNumber",
2701
+ "usr": "c:objc(cs)NSNumber"
2702
+ }
2703
+ ],
2704
+ "usr": "s:Sa"
2705
+ },
2706
+ {
2707
+ "kind": "TypeNominal",
2708
+ "name": "Array",
2709
+ "printedName": "[Foundation.NSNumber]",
2710
+ "children": [
2711
+ {
2712
+ "kind": "TypeNominal",
2713
+ "name": "NSNumber",
2714
+ "printedName": "Foundation.NSNumber",
2715
+ "usr": "c:objc(cs)NSNumber"
2716
+ }
2717
+ ],
2718
+ "usr": "s:Sa"
2719
+ }
2720
+ ],
2721
+ "declKind": "Constructor",
2722
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)initWithModelPaths:thresholds:bufferCnts:msBetweenCallback:error:",
2723
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C10modelPaths10thresholds10bufferCnts17msBetweenCallbackACSaySSG_SaySo8NSNumberCGA2KtKcfc",
2724
+ "moduleName": "KeyWordDetection",
2725
+ "objc_name": "initWithModelPaths:thresholds:bufferCnts:msBetweenCallback:error:",
2726
+ "declAttributes": [
2727
+ "Convenience",
2728
+ "AccessControl",
2729
+ "ObjC",
2730
+ "RawDocComment"
2731
+ ],
2732
+ "throwing": true,
2733
+ "init_kind": "Convenience"
2734
+ },
2735
+ {
2736
+ "kind": "Constructor",
2737
+ "name": "init",
2738
+ "printedName": "init(modelPaths:thresholds:bufferCnts:msBetweenCallback:cancelEcho:)",
2739
+ "children": [
2740
+ {
2741
+ "kind": "TypeNominal",
2742
+ "name": "KeyWordsDetection",
2743
+ "printedName": "KeyWordDetection.KeyWordsDetection",
2744
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection"
2745
+ },
2746
+ {
2747
+ "kind": "TypeNominal",
2748
+ "name": "Array",
2749
+ "printedName": "[Swift.String]",
2750
+ "children": [
2751
+ {
2752
+ "kind": "TypeNominal",
2753
+ "name": "String",
2754
+ "printedName": "Swift.String",
2755
+ "usr": "s:SS"
2756
+ }
2757
+ ],
2758
+ "usr": "s:Sa"
2759
+ },
2760
+ {
2761
+ "kind": "TypeNominal",
2762
+ "name": "Array",
2763
+ "printedName": "[Swift.Float]",
2764
+ "children": [
2765
+ {
2766
+ "kind": "TypeNominal",
2767
+ "name": "Float",
2768
+ "printedName": "Swift.Float",
2769
+ "usr": "s:Sf"
2770
+ }
2771
+ ],
2772
+ "usr": "s:Sa"
2773
+ },
2774
+ {
2775
+ "kind": "TypeNominal",
2776
+ "name": "Array",
2777
+ "printedName": "[Swift.Int]",
2778
+ "children": [
2779
+ {
2780
+ "kind": "TypeNominal",
2781
+ "name": "Int",
2782
+ "printedName": "Swift.Int",
2783
+ "usr": "s:Si"
2784
+ }
2785
+ ],
2786
+ "usr": "s:Sa"
2787
+ },
2788
+ {
2789
+ "kind": "TypeNominal",
2790
+ "name": "Array",
2791
+ "printedName": "[Swift.Int64]",
2792
+ "children": [
2793
+ {
2794
+ "kind": "TypeNominal",
2795
+ "name": "Int64",
2796
+ "printedName": "Swift.Int64",
2797
+ "usr": "s:s5Int64V"
2798
+ }
2799
+ ],
2800
+ "usr": "s:Sa"
2706
2801
  },
2707
2802
  {
2708
2803
  "kind": "TypeNominal",
@@ -2713,10 +2808,10 @@
2713
2808
  }
2714
2809
  ],
2715
2810
  "declKind": "Constructor",
2716
- "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)initWithModelPath:threshold:bufferCnt:cancelEcho:error:",
2717
- "mangledName": "$s16KeyWordDetection0a5WordsC0C9modelPath9threshold9bufferCnt10cancelEchoACSS_SfSiSbtKcfc",
2811
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)initWithModelPaths:thresholds:bufferCnts:msBetweenCallback:cancelEcho:error:",
2812
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C10modelPaths10thresholds10bufferCnts17msBetweenCallback10cancelEchoACSaySSG_SaySfGSaySiGSays5Int64VGSbtKcfc",
2718
2813
  "moduleName": "KeyWordDetection",
2719
- "objc_name": "initWithModelPath:threshold:bufferCnt:cancelEcho:error:",
2814
+ "objc_name": "initWithModelPaths:thresholds:bufferCnts:msBetweenCallback:cancelEcho:error:",
2720
2815
  "declAttributes": [
2721
2816
  "AccessControl",
2722
2817
  "ObjC"
@@ -2765,6 +2860,85 @@
2765
2860
  "throwing": true,
2766
2861
  "funcSelfKind": "NonMutating"
2767
2862
  },
2863
+ {
2864
+ "kind": "Function",
2865
+ "name": "replaceKeywordDetectionModels",
2866
+ "printedName": "replaceKeywordDetectionModels(modelPaths:thresholds:bufferCnts:msBetweenCallback:)",
2867
+ "children": [
2868
+ {
2869
+ "kind": "TypeNominal",
2870
+ "name": "Void",
2871
+ "printedName": "()"
2872
+ },
2873
+ {
2874
+ "kind": "TypeNominal",
2875
+ "name": "Array",
2876
+ "printedName": "[Swift.String]",
2877
+ "children": [
2878
+ {
2879
+ "kind": "TypeNominal",
2880
+ "name": "String",
2881
+ "printedName": "Swift.String",
2882
+ "usr": "s:SS"
2883
+ }
2884
+ ],
2885
+ "usr": "s:Sa"
2886
+ },
2887
+ {
2888
+ "kind": "TypeNominal",
2889
+ "name": "Array",
2890
+ "printedName": "[Swift.Float]",
2891
+ "children": [
2892
+ {
2893
+ "kind": "TypeNominal",
2894
+ "name": "Float",
2895
+ "printedName": "Swift.Float",
2896
+ "usr": "s:Sf"
2897
+ }
2898
+ ],
2899
+ "usr": "s:Sa"
2900
+ },
2901
+ {
2902
+ "kind": "TypeNominal",
2903
+ "name": "Array",
2904
+ "printedName": "[Swift.Int]",
2905
+ "children": [
2906
+ {
2907
+ "kind": "TypeNominal",
2908
+ "name": "Int",
2909
+ "printedName": "Swift.Int",
2910
+ "usr": "s:Si"
2911
+ }
2912
+ ],
2913
+ "usr": "s:Sa"
2914
+ },
2915
+ {
2916
+ "kind": "TypeNominal",
2917
+ "name": "Array",
2918
+ "printedName": "[Swift.Int64]",
2919
+ "children": [
2920
+ {
2921
+ "kind": "TypeNominal",
2922
+ "name": "Int64",
2923
+ "printedName": "Swift.Int64",
2924
+ "usr": "s:s5Int64V"
2925
+ }
2926
+ ],
2927
+ "usr": "s:Sa"
2928
+ }
2929
+ ],
2930
+ "declKind": "Func",
2931
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)replaceKeywordDetectionModelsWithModelPaths:thresholds:bufferCnts:msBetweenCallback:error:",
2932
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C014replaceKeywordC6Models10modelPaths10thresholds10bufferCnts17msBetweenCallbackySaySSG_SaySfGSaySiGSays5Int64VGtKF",
2933
+ "moduleName": "KeyWordDetection",
2934
+ "objc_name": "replaceKeywordDetectionModelsWithModelPaths:thresholds:bufferCnts:msBetweenCallback:error:",
2935
+ "declAttributes": [
2936
+ "AccessControl",
2937
+ "ObjC"
2938
+ ],
2939
+ "throwing": true,
2940
+ "funcSelfKind": "NonMutating"
2941
+ },
2768
2942
  {
2769
2943
  "kind": "Function",
2770
2944
  "name": "getKeywordDetectionModel",
@@ -3880,45 +4054,17 @@
3880
4054
  {
3881
4055
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
3882
4056
  "kind": "IntegerLiteral",
3883
- "offset": 4197,
4057
+ "offset": 4113,
3884
4058
  "length": 1,
3885
4059
  "value": "0"
3886
4060
  },
3887
4061
  {
3888
4062
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
3889
4063
  "kind": "FloatLiteral",
3890
- "offset": 4249,
4064
+ "offset": 4165,
3891
4065
  "length": 3,
3892
4066
  "value": "2.0"
3893
4067
  },
3894
- {
3895
- "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
3896
- "kind": "BooleanLiteral",
3897
- "offset": 9898,
3898
- "length": 4,
3899
- "value": "true"
3900
- },
3901
- {
3902
- "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
3903
- "kind": "BooleanLiteral",
3904
- "offset": 9956,
3905
- "length": 5,
3906
- "value": "false"
3907
- },
3908
- {
3909
- "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
3910
- "kind": "BooleanLiteral",
3911
- "offset": 10018,
3912
- "length": 4,
3913
- "value": "true"
3914
- },
3915
- {
3916
- "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
3917
- "kind": "BooleanLiteral",
3918
- "offset": 10082,
3919
- "length": 4,
3920
- "value": "true"
3921
- },
3922
4068
  {
3923
4069
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
3924
4070
  "kind": "IntegerLiteral",
@@ -4038,276 +4184,353 @@
4038
4184
  "length": 1,
4039
4185
  "value": "2"
4040
4186
  },
4187
+ {
4188
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4189
+ "kind": "Array",
4190
+ "offset": 6816,
4191
+ "length": 2,
4192
+ "value": "[]"
4193
+ },
4194
+ {
4195
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4196
+ "kind": "Array",
4197
+ "offset": 6895,
4198
+ "length": 2,
4199
+ "value": "[]"
4200
+ },
4201
+ {
4202
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4203
+ "kind": "Array",
4204
+ "offset": 6940,
4205
+ "length": 2,
4206
+ "value": "[]"
4207
+ },
4208
+ {
4209
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4210
+ "kind": "Array",
4211
+ "offset": 6990,
4212
+ "length": 2,
4213
+ "value": "[]"
4214
+ },
4215
+ {
4216
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4217
+ "kind": "Array",
4218
+ "offset": 7069,
4219
+ "length": 2,
4220
+ "value": "[]"
4221
+ },
4222
+ {
4223
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4224
+ "kind": "Array",
4225
+ "offset": 7141,
4226
+ "length": 2,
4227
+ "value": "[]"
4228
+ },
4041
4229
  {
4042
4230
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4043
4231
  "kind": "IntegerLiteral",
4044
- "offset": 7127,
4232
+ "offset": 7262,
4045
4233
  "length": 2,
4046
4234
  "value": "30"
4047
4235
  },
4236
+ {
4237
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4238
+ "kind": "Array",
4239
+ "offset": 7306,
4240
+ "length": 2,
4241
+ "value": "[]"
4242
+ },
4048
4243
  {
4049
4244
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4050
4245
  "kind": "BooleanLiteral",
4051
- "offset": 7322,
4246
+ "offset": 7346,
4052
4247
  "length": 5,
4053
4248
  "value": "false"
4054
4249
  },
4055
4250
  {
4056
4251
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4057
4252
  "kind": "IntegerLiteral",
4058
- "offset": 7478,
4253
+ "offset": 7502,
4059
4254
  "length": 1,
4060
4255
  "value": "0"
4061
4256
  },
4062
4257
  {
4063
4258
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4064
4259
  "kind": "IntegerLiteral",
4065
- "offset": 7619,
4260
+ "offset": 7643,
4066
4261
  "length": 2,
4067
4262
  "value": "10"
4068
4263
  },
4069
4264
  {
4070
4265
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4071
4266
  "kind": "IntegerLiteral",
4072
- "offset": 7624,
4267
+ "offset": 7648,
4073
4268
  "length": 2,
4074
4269
  "value": "97"
4075
4270
  },
4271
+ {
4272
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4273
+ "kind": "Array",
4274
+ "offset": 7905,
4275
+ "length": 2,
4276
+ "value": "[]"
4277
+ },
4076
4278
  {
4077
4279
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4078
4280
  "kind": "IntegerLiteral",
4079
- "offset": 7917,
4281
+ "offset": 7946,
4080
4282
  "length": 2,
4081
4283
  "value": "80"
4082
4284
  },
4083
4285
  {
4084
4286
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4085
- "kind": "IntegerLiteral",
4086
- "offset": 7953,
4287
+ "kind": "Array",
4288
+ "offset": 7989,
4087
4289
  "length": 2,
4088
- "value": "16"
4290
+ "value": "[]"
4089
4291
  },
4090
4292
  {
4091
4293
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4092
4294
  "kind": "BooleanLiteral",
4093
- "offset": 7985,
4295
+ "offset": 8021,
4094
4296
  "length": 5,
4095
4297
  "value": "false"
4096
4298
  },
4097
4299
  {
4098
4300
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4099
- "kind": "IntegerLiteral",
4100
- "offset": 8480,
4101
- "length": 1,
4102
- "value": "0"
4301
+ "kind": "Array",
4302
+ "offset": 8069,
4303
+ "length": 2,
4304
+ "value": "[]"
4305
+ },
4306
+ {
4307
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4308
+ "kind": "Array",
4309
+ "offset": 8122,
4310
+ "length": 2,
4311
+ "value": "[]"
4312
+ },
4313
+ {
4314
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4315
+ "kind": "Array",
4316
+ "offset": 8209,
4317
+ "length": 2,
4318
+ "value": "[]"
4103
4319
  },
4104
4320
  {
4105
4321
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4106
4322
  "kind": "IntegerLiteral",
4107
- "offset": 8526,
4323
+ "offset": 8534,
4108
4324
  "length": 1,
4109
4325
  "value": "0"
4110
4326
  },
4111
4327
  {
4112
4328
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4113
- "kind": "IntegerLiteral",
4114
- "offset": 8611,
4115
- "length": 4,
4116
- "value": "5000"
4329
+ "kind": "Array",
4330
+ "offset": 8582,
4331
+ "length": 2,
4332
+ "value": "[]"
4333
+ },
4334
+ {
4335
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4336
+ "kind": "Array",
4337
+ "offset": 8630,
4338
+ "length": 2,
4339
+ "value": "[]"
4117
4340
  },
4118
4341
  {
4119
4342
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4120
4343
  "kind": "BooleanLiteral",
4121
- "offset": 8921,
4344
+ "offset": 9789,
4122
4345
  "length": 5,
4123
4346
  "value": "false"
4124
4347
  },
4125
4348
  {
4126
4349
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4127
4350
  "kind": "BooleanLiteral",
4128
- "offset": 25435,
4351
+ "offset": 28730,
4129
4352
  "length": 4,
4130
4353
  "value": "true"
4131
4354
  },
4132
4355
  {
4133
4356
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4134
4357
  "kind": "BooleanLiteral",
4135
- "offset": 25493,
4358
+ "offset": 28788,
4136
4359
  "length": 5,
4137
4360
  "value": "false"
4138
4361
  },
4139
4362
  {
4140
4363
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4141
4364
  "kind": "BooleanLiteral",
4142
- "offset": 25555,
4365
+ "offset": 28850,
4143
4366
  "length": 4,
4144
4367
  "value": "true"
4145
4368
  },
4146
4369
  {
4147
4370
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4148
4371
  "kind": "BooleanLiteral",
4149
- "offset": 25619,
4372
+ "offset": 28914,
4150
4373
  "length": 4,
4151
4374
  "value": "true"
4152
4375
  },
4153
4376
  {
4154
4377
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4155
4378
  "kind": "IntegerLiteral",
4156
- "offset": 29317,
4379
+ "offset": 33075,
4157
4380
  "length": 1,
4158
4381
  "value": "1"
4159
4382
  },
4160
4383
  {
4161
4384
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4162
4385
  "kind": "IntegerLiteral",
4163
- "offset": 29797,
4386
+ "offset": 33555,
4164
4387
  "length": 1,
4165
4388
  "value": "0"
4166
4389
  },
4167
4390
  {
4168
4391
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4169
4392
  "kind": "StringLiteral",
4170
- "offset": 29842,
4393
+ "offset": 33600,
4171
4394
  "length": 12,
4172
4395
  "value": "\"ORTSession\""
4173
4396
  },
4174
4397
  {
4175
4398
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4176
4399
  "kind": "IntegerLiteral",
4177
- "offset": 29862,
4400
+ "offset": 33620,
4178
4401
  "length": 1,
4179
4402
  "value": "1"
4180
4403
  },
4181
4404
  {
4182
4405
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4183
4406
  "kind": "StringLiteral",
4184
- "offset": 29903,
4407
+ "offset": 33661,
4185
4408
  "length": 34,
4186
4409
  "value": "\"Failed to retrieve output values\""
4187
4410
  },
4188
4411
  {
4189
4412
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4190
4413
  "kind": "IntegerLiteral",
4191
- "offset": 30435,
4414
+ "offset": 34193,
4192
4415
  "length": 2,
4193
4416
  "value": "32"
4194
4417
  },
4195
4418
  {
4196
4419
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4197
4420
  "kind": "IntegerLiteral",
4198
- "offset": 30650,
4421
+ "offset": 34408,
4199
4422
  "length": 1,
4200
4423
  "value": "1"
4201
4424
  },
4202
4425
  {
4203
4426
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4204
4427
  "kind": "IntegerLiteral",
4205
- "offset": 30659,
4428
+ "offset": 34417,
4206
4429
  "length": 1,
4207
4430
  "value": "1"
4208
4431
  },
4209
4432
  {
4210
4433
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4211
4434
  "kind": "IntegerLiteral",
4212
- "offset": 30677,
4435
+ "offset": 34435,
4213
4436
  "length": 2,
4214
4437
  "value": "32"
4215
4438
  },
4216
4439
  {
4217
4440
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4218
4441
  "kind": "IntegerLiteral",
4219
- "offset": 30735,
4442
+ "offset": 34493,
4220
4443
  "length": 1,
4221
4444
  "value": "0"
4222
4445
  },
4223
4446
  {
4224
4447
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4225
4448
  "kind": "IntegerLiteral",
4226
- "offset": 30755,
4449
+ "offset": 34513,
4227
4450
  "length": 1,
4228
4451
  "value": "0"
4229
4452
  },
4230
4453
  {
4231
4454
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4232
4455
  "kind": "IntegerLiteral",
4233
- "offset": 30766,
4456
+ "offset": 34524,
4234
4457
  "length": 1,
4235
4458
  "value": "0"
4236
4459
  },
4237
4460
  {
4238
4461
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4239
4462
  "kind": "IntegerLiteral",
4240
- "offset": 30787,
4463
+ "offset": 34545,
4241
4464
  "length": 1,
4242
4465
  "value": "0"
4243
4466
  },
4244
4467
  {
4245
4468
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4246
4469
  "kind": "IntegerLiteral",
4247
- "offset": 30807,
4470
+ "offset": 34565,
4248
4471
  "length": 1,
4249
4472
  "value": "0"
4250
4473
  },
4251
4474
  {
4252
4475
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4253
4476
  "kind": "IntegerLiteral",
4254
- "offset": 30810,
4477
+ "offset": 34568,
4255
4478
  "length": 1,
4256
4479
  "value": "0"
4257
4480
  },
4258
4481
  {
4259
4482
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4260
4483
  "kind": "IntegerLiteral",
4261
- "offset": 30821,
4484
+ "offset": 34579,
4262
4485
  "length": 1,
4263
4486
  "value": "0"
4264
4487
  },
4265
4488
  {
4266
4489
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4267
4490
  "kind": "IntegerLiteral",
4268
- "offset": 30842,
4491
+ "offset": 34600,
4269
4492
  "length": 1,
4270
4493
  "value": "0"
4271
4494
  },
4272
4495
  {
4273
4496
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4274
4497
  "kind": "IntegerLiteral",
4275
- "offset": 30862,
4498
+ "offset": 34620,
4276
4499
  "length": 1,
4277
4500
  "value": "0"
4278
4501
  },
4279
4502
  {
4280
4503
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4281
4504
  "kind": "IntegerLiteral",
4282
- "offset": 30865,
4505
+ "offset": 34623,
4283
4506
  "length": 1,
4284
4507
  "value": "0"
4285
4508
  },
4286
4509
  {
4287
4510
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4288
4511
  "kind": "IntegerLiteral",
4289
- "offset": 30868,
4512
+ "offset": 34626,
4290
4513
  "length": 1,
4291
4514
  "value": "0"
4292
4515
  },
4293
4516
  {
4294
4517
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4295
4518
  "kind": "IntegerLiteral",
4296
- "offset": 30879,
4519
+ "offset": 34637,
4297
4520
  "length": 1,
4298
4521
  "value": "0"
4299
4522
  },
4300
4523
  {
4301
4524
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4302
4525
  "kind": "IntegerLiteral",
4303
- "offset": 31260,
4526
+ "offset": 35018,
4304
4527
  "length": 2,
4305
4528
  "value": "10"
4306
4529
  },
4307
4530
  {
4308
4531
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
4309
4532
  "kind": "IntegerLiteral",
4310
- "offset": 31265,
4533
+ "offset": 35023,
4311
4534
  "length": 1,
4312
4535
  "value": "2"
4313
4536
  },