AI
AI Detect App Language
Restrictions: "none"
No docs available
Inputs
Name | Type | Description | Required | Dynamic |
---|
Outputs
Name | Type | Description |
---|---|---|
default | string | The language of the app as a two-letter ISO 639-1 code |
AI Detect on Screen
Restrictions: "none"
No docs available
Inputs
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
element_type | text | The type of element to look for on the screen, e.g. 'button' or 'text' | Yes | No |
text | text | The text of the element to look for on the screen, e.g. 'Login' or 'Submit' | No | No |
region | region | Specify an optional region to crop the screen to before passing it to the AI | No | No |
Outputs
Name | Type | Description |
---|---|---|
default | boolean | Whether the element was detected or not |
viewpoint | image | The viewpoint of the AI |
Prompt AI
Restrictions: "none"
No docs available
Inputs
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
prompt | text | Plain english prompt to the AI | Yes | No |
region | region | Specify an optional region to crop the screen to before passing it to the AI | No | No |
Outputs
Name | Type | Description |
---|---|---|
default | string | Output text generated by the AI |
viewpoint | image | The viewpoint of the AI |