Skip to content

Commit

Permalink
Update blocks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Oct 10, 2023
1 parent 617443b commit 4650156
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions faceapi_recognize_20201012/blockly/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ Blockly.Blocks['faceapirecognize_video_capture'] = {
init: function() {
this.appendDummyInput()
.appendField(Blockly.Msg.FACEAPIRECOGNIZE_SHOW)
.appendField(Blockly.Msg.FACEAPIRECOGNIZE_VIDEO_SHOW);
.appendField(Blockly.Msg.FACEAPIRECOGNIZE_VIDEO_SHOW);
this.appendDummyInput()
.setAlign(Blockly.ALIGN_RIGHT)
.appendField(Blockly.Msg.FACEAPIRECOGNIZE_FACEIMAGEPATH2_SHOW);
this.appendValueInput("facelabel")
.appendField(Blockly.Msg.FACEAPIRECOGNIZE_FACEIMAGEPATH2_SHOW);
this.appendValueInput("faceimagecount")
.setAlign(Blockly.ALIGN_RIGHT)
.setCheck("String")
.appendField(Blockly.Msg.FACEAPIRECOGNIZE_FACELABEL1_SHOW);
.setCheck("Number")
.appendField(Blockly.Msg.FACEAPIRECOGNIZE_PERSIONSCOUNT_SHOW);
this.appendValueInput("distancelimit")
.setAlign(Blockly.ALIGN_RIGHT)
.setCheck("Number")
Expand Down

0 comments on commit 4650156

Please sign in to comment.