This repository was archived by the owner on Jan 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 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 ,
243239 /**
244240 * The user resources to use for the recognition.
245241 * @type {Array<String> }
246- * @private
247242 */
248243 userresources : {
249244 type : Array ,
You can’t perform that action at this time.
0 commit comments