Difference between revisions of "Action: Voice Input"
(Created page with "This action will prompt for voice input and then save the recognized text into a string variable for later use.") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <span style="color: #1665b0; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this action</strong></span> | ||
+ | |||
+ | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
This action will prompt for voice input and then save the recognized text into a string variable for later use. | This action will prompt for voice input and then save the recognized text into a string variable for later use. | ||
+ | |||
+ | For example if you wanted to enable a quick way to send an SMS to a contact, you could use the voice input action to capture spoke text into a variable and then use the contents of that variable as the SMS text content in an SMS action. | ||
+ | </pre> |
Latest revision as of 17:09, 20 March 2024
About this action
This action will prompt for voice input and then save the recognized text into a string variable for later use. For example if you wanted to enable a quick way to send an SMS to a contact, you could use the voice input action to capture spoke text into a variable and then use the contents of that variable as the SMS text content in an SMS action.