AITypes Class
The types of controls that can be recognized using AI. 

C# Syntax

public static class AITypes
Static Public Attributes
Modifier and typeAttributeDescription
const string BELL = "bell" A bell control.
const string BUTTON = "button" A button control.
const string CAMERA = "camera" A camera control.
const string CATEGORIES = "categories" Categories.
const string CHAT = "chat" Chat.
const string CHECK_BOX = "check_box" Check box.
const string CHECK_MARK = "check_mark" Check mark.
const string CALENDAR = "calendar" Calendar.
const string CLOSE = "close" Close.
const string COMBO_BOX = "combo_box" Combo box.
const string DOT_MENU = "dot_menu" Dot menu.
const string DOWN_TRIANGLE = "down_triangle" Down triangle.
const string EQ_SETTINGS = "eq_settings" Eq settings.
const string EXIT = "exit" Exit.
const string FILTER = "filter" Filter.
const string FACEBOOK = "facebook" Facebook.
const string FAVORITES = "favorites" Favorites.
const string GEAR_SETTINGS = "gear_settings" Gear settings.
const string HAMBURGER_MENU = "hamburger_menu" Hamburger menu.
const string HELP = "help" Help.
const string HOME = "home" Home.
const string INFO = "info" Info.
const string INPUT = "input" Input.
const string INSTAGRAM = "instagram" Instagram.
const string LEFT_ARROW = "left_arrow" Left Arrow.
const string LEFT_TRIANGLE = "left_triangle" Left triangle.
const string LOCK = "lock" Lock.
const string LINKEDIN = "linkedin" Linkedin.
const string LOCATION = "location" Location.
const string MAIL = "mail" Mail.
const string MINUS = "minus" Minus.
const string PENCIL = "pencil" Pencil.
const string PHONE = "phone" Phone.
const string PLUS = "plus" Plus.
const string POWER = "power" Power.
const string PROFILE = "profile" Profile.
const string RADIO_BUTTON = "radio_button" Radio button.
const string RIGHT_ARROW = "right_arrow" Right arrow.
const string RIGHT_TRIANGLE = "right_triangle" Right triangle.
const string RSS_FEED = "rss_feed" Rss feed.
const string SEARCH = "search" Search.
const string SHARE = "share" Share.
const string SHOPPING_BAG = "shopping_bag" Shopping bag.
const string SHOPPING_CART = "shopping_cart" Shopping cart.
const string TEXT = "text" Text.
const string TEXT_BLOCK = "text_block" Text block.
const string TEXT_BOX = "text_box" Text box.
const string TOGGLE_BUTTON = "toggle_button" Toggle button.
const string TOOL_SETTINGS = "tool_settings" Tool settings.
const string TRASH = "trash" Trash.
const string TWITTER = "twitter" Twitter.
const string UPLOAD = "upload" Upload.
const string UP_ARROW = "up_arrow" Up arrow.
const string UP_DOWN = "up_down" Up down.
const string UP_TRIANGLE = "up_triangle" Up triangle.
const string VIEW = "view" View.
const string YOUTUBE = "youtube" Youtube.
const string LEFT = "left" LEFT is a general type for LEFT_ARROW and LEFT_TRIANGLE.
const string RIGHT = "right" RIGHT is a general type for RIGHT_ARROW and RIGHT_TRIANGLE.
const string UP = "up" UP is a general type for UP_ARROW and UP_TRIANGLE.
const string DOWN = "down" DOWN is a general type for DOWN_TRIANGLE.
const string FIELD = "field" FIELD is a general type for INPUT, TEXT_BOX and COMBO_BOX.
const string TOGGLEABLE = "toggleable" TOGGLEABLE is a general type for CHECK_BOX, RADIO_BUTTON and TOGGLE_BUTTON.