testaugnitosdk
Advanced tools
Comparing version 1.0.29 to 1.0.30
@@ -127,3 +127,2 @@ import { AugnitoConfig } from './config/AugnitoConfig'; | ||
private handleBeforeUnloadEvent; | ||
private handleStorageChangeEvent; | ||
} |
{ | ||
"name": "testaugnitosdk", | ||
"private": false, | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"license": "Restricted", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -47,5 +47,6 @@ # Augnito Speech SDK | ||
lmId: '<your lmid>' | ||
noiseCt: 1, //Optional parameter, to set noice cancellation value and default value is 1 which is off | ||
enableLogs: false, // Optional parameter, to check debug logs set to true | ||
listOfControls: [], // Optional parameter, set a list of controlId and controlName for SDK to handle multiple text field navigation commands | ||
editor: EditorType.HTML // Optional parameter, set EditorType enum for SDK to insert sppech-to-text display at cursor placed inside field and to handle commands dictated. Other enum values are EditorType.CKEDITOR4 | EditorType.CKEDITOR5 | EditorType.GENERIC, | ||
editor: EditorType.HTML // Optional parameter, set EditorType enum for SDK to insert sppech-to-text display at cursor placed inside field and to handle commands dictated. Other enum values are EditorType.CKEDITOR4 | EditorType.CKEDITOR5 | EditorType.GENERIC | EditorType.DEVEXPRESS, | ||
}; | ||
@@ -52,0 +53,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
433
826482
14084