Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 04f58a9

Browse files
author
Francois-Xavier Gentilhomme
committed
[DOC] Improved documentation
1 parent 40676e6 commit 04f58a9

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

myscript-text-web.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,47 +194,43 @@
194194
},
195195
/**
196196
* The result detail to use (TEXT, WORD or CHARACTER).
197-
* @private
198197
*/
199198
resultdetail: {
200199
type: String,
201200
value: MyScript.ResultDetail.TEXT
202201
},
203202
/**
204203
* The input mode to use (CURSIVE, ISOLATED, SUPERIMPOSED or VERTICAL).
205-
* @private
206204
*/
207205
inputmode: {
208206
type: String,
209207
value: MyScript.InputMode.CURSIVE,
210208
observer: '_inputModeChanged'
211209
},
212210
/**
213-
* The desired count of recognition candidates
211+
* The desired count of recognition candidates.
214212
*/
215213
recognitioncandidates: {
216214
type: Number,
217215
value: 1
218216
},
219217
/**
220-
* The desired count of prediction candidates
221-
* @private
218+
* The desired count of prediction candidates.
222219
*/
223220
predictioncandidates: {
224221
type: Number,
225222
value: 0
226223
},
227224
/**
228-
* The desired count of completion candidates
229-
* @private
225+
* The desired count of completion candidates.
230226
*/
231227
completioncandidates: {
232228
type: Number,
233229
value: 0
234230
},
235231
/**
232+
* The content types to use for the recognition.
236233
* @type {Array<String>}
237-
* @private
238234
*/
239235
contenttypes: {
240236
type: Array,
@@ -243,7 +239,6 @@
243239
/**
244240
* The user resources to use for the recognition.
245241
* @type {Array<String>}
246-
* @private
247242
*/
248243
userresources: {
249244
type: Array,

0 commit comments

Comments
 (0)