Evaluates whether the input text is a valid email address. It checks if the text follows standard email formatting rules, including the presence of an @ symbol, a domain name, and a valid top-level domain.
Click here to learn how to setup evaluation using SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | text | string | The content column to check. |
Output | Type | Description |
---|---|---|
Score | bool | Returns 1 if the text is a valid email address, 0 otherwise. |