@@ -308,7 +308,7 @@ namespace PlanetX_AILens {
308
308
}
309
309
/**
310
310
* TODO: Switch recognition objects.
311
- * @param fun Function list eg: FuncList.Face
311
+ * @param fun Function list
312
312
*/
313
313
//% block="Switch function as %fun"
314
314
//% fun.fieldEditor="gridpicker"
@@ -424,7 +424,7 @@ namespace PlanetX_AILens {
424
424
}
425
425
/**
426
426
* TODO: Judge whether there is a face in the picture
427
- * @param status Facestatus, eg: Facestatus.X
427
+ * @param status Facestatus
428
428
*/
429
429
//% block="In the image get face(s)' info: %status"
430
430
//% status.fieldEditor="gridpicker"
@@ -462,7 +462,7 @@ namespace PlanetX_AILens {
462
462
}
463
463
/**
464
464
* TODO: Judge whether there is a digital card in the screen
465
- * @param status numberCards, eg: numberCards.1
465
+ * @param status numberCards
466
466
*/
467
467
//% block="Image contains number card(s): %status"
468
468
//% status.fieldEditor="gridpicker"
@@ -478,7 +478,7 @@ namespace PlanetX_AILens {
478
478
}
479
479
/**
480
480
* TODO: Judge whether there is a letter card in the screen
481
- * @param status letterCards, eg: letterCards.A
481
+ * @param status letterCards
482
482
*/
483
483
//% block="Image contains letter card(s): %status"
484
484
//% status.fieldEditor="gridpicker"
@@ -494,7 +494,7 @@ namespace PlanetX_AILens {
494
494
}
495
495
/**
496
496
* TODO: Judge whether there is a traffic card in the screen
497
- * @param status trafficCards, eg: trafficCards.forward
497
+ * @param status trafficCards
498
498
*/
499
499
//% block="Image contains traffic card(s): %status"
500
500
//% status.fieldEditor="gridpicker"
@@ -510,7 +510,7 @@ namespace PlanetX_AILens {
510
510
}
511
511
/**
512
512
* TODO: Judge whether there is a other card in the screen
513
- * @param status otherCards, eg: otherCards.cat
513
+ * @param status otherCards
514
514
*/
515
515
//% block="Image contains other card(s): %status"
516
516
//% status.fieldEditor="gridpicker"
@@ -537,7 +537,7 @@ namespace PlanetX_AILens {
537
537
}
538
538
/**
539
539
* TODO: Card parameters in the screen
540
- * @param status otherCards, eg: Cardstatus.X
540
+ * @param status otherCards
541
541
*/
542
542
//% block="In the image get Card(s)' info: %status"
543
543
//% status.fieldEditor="gridpicker"
@@ -571,7 +571,7 @@ namespace PlanetX_AILens {
571
571
}
572
572
/**
573
573
* TODO: Judge whether there is a color in the screen
574
- * @param status ColorLs, eg: ColorLs.red
574
+ * @param status ColorLs
575
575
*/
576
576
//% block="Image contains color card(s): %status"
577
577
//% status.fieldEditor="gridpicker"
@@ -598,7 +598,7 @@ namespace PlanetX_AILens {
598
598
}
599
599
/**
600
600
* TODO: color parameters in the screen
601
- * @param status Colorstatus, eg: Colorstatus.X
601
+ * @param status Colorstatus
602
602
*/
603
603
//% block="In the image get color card(s)' info: %status"
604
604
//% status.fieldEditor="gridpicker"
@@ -633,7 +633,7 @@ namespace PlanetX_AILens {
633
633
}
634
634
/**
635
635
* TODO: line parameters in the screen
636
- * @param status Linestatus, eg: Linestatus.angle
636
+ * @param status Linestatus
637
637
*/
638
638
//% block="In the image get line(s)' info: %status"
639
639
//% status.fieldEditor="gridpicker"
@@ -662,7 +662,7 @@ namespace PlanetX_AILens {
662
662
}
663
663
/**
664
664
* TODO: line parameters in the screen
665
- * @param status Linestatus, eg: Linestatus.angle
665
+ * @param status Linestatus
666
666
*/
667
667
//% block="Image contains line's direction towards %status"
668
668
//% status.fieldEditor="gridpicker"
@@ -711,7 +711,7 @@ namespace PlanetX_AILens {
711
711
712
712
/**
713
713
* TODO: Learn an object in a picture
714
- * @param thingsID Edit a label for the object, eg: 1
714
+ * @param thingsID Edit a label for the object
715
715
*/
716
716
//% block="Learn an object with: %thingsID"
717
717
//% status.fieldEditor="gridpicker"
0 commit comments