|
7514 | 7514 | "combine_something": "Combines two input texts.", |
7515 | 7515 | "reverse_of_string": "Reports the text that reversed input text.", |
7516 | 7516 | "count_match_string": "Reports the number of letters in a specific text in the input text case sensitively.", |
| 7517 | + "get_block_count": "Reports the number of blocks used by the selected item.\nCounts based on the blocks assembled to the start block.\n- this project: Counts all the blocks of this project\n- this object: Counts the blocks of this object\n- (object): Counts the blocks of the selected object\n- (scene): Counts the blocks of the selected scene", |
| 7518 | + "get_boolean_value": "Returns boolean to string.", |
7517 | 7519 | "get_variable": "Reports the value of the selected variable.", |
7518 | 7520 | "change_variable": "Adds the input value to the selected variable.", |
7519 | 7521 | "set_variable": "Sets the value of the selected variable to the input value.", |
|
7766 | 7768 | "read_text_wait_with_block": "Read the entered text in setted voice then the next block runs after the reading finished.", |
7767 | 7769 | "check_microphone": "Connected to microphone?", |
7768 | 7770 | "speech_to_text_convert": "Converts person's speech input through microphone into text.", |
| 7771 | + "timed_speech_to_text_convert": "Recognizes speech recorded through the microphone for the input seconds.", |
| 7772 | + "set_visible_speech_to_text": "Shows or hides the recognized speech on the screen.", |
7769 | 7773 | "speech_to_text_get_value": "Reports the value of the person's speech to text. If no speech is input or an error occurs during recognition, it will report null values.", |
7770 | 7774 | "get_microphone_volume": "Reports the volume of sound input through microphone.", |
7771 | 7775 | "video_draw_webcam": "Show or hide the video screen. (IE / iOS Not Supported)", |
|
8753 | 8757 | "substring": "%1 %2 %3 %4 %5 %6 %7", |
8754 | 8758 | "count_match_string": "%2 %3 %4 %1", |
8755 | 8759 | "replace_string": "%1 %2 %3 %4 %5 %6 %7", |
| 8760 | + "get_boolean_value": "string %1", |
8756 | 8761 | "change_string_case": "%1 %2 %3 %4 %5", |
8757 | 8762 | "index_of_string": "%1 %2 %3 %4 %5", |
8758 | 8763 | "combine_something": "%1 %2 %3 %4 %5", |
|
8935 | 8940 | "check_microphone": "If the microphone is connected to the computer, it is judged as 'True'.", |
8936 | 8941 | "speech_to_text_convert": "Recognize the voice %1", |
8937 | 8942 | "speech_to_text_get_value": "Speech-to-text value", |
| 8943 | + "timed_speech_to_text_convert": "For %1 second(s) recognize %2 speech %3", |
| 8944 | + "set_visible_speech_to_text": "%1 recognized speech %2", |
8938 | 8945 | "get_microphone_volume": "Microphone volume value", |
8939 | 8946 | "video_title_text": "Video Detection", |
8940 | 8947 | "video_draw_webcam": "%1 the video screen", |
|
0 commit comments