Table of Contents

Class AITypes

The types of controls that can be recognized using AI.

Inheritance
AITypes
Namespace: HP.LFT.SDK.AI
Assembly: HP.LFT.SDK.dll
Syntax
public class AITypes

Constructors

AITypes()

Declaration
public AITypes()

Fields

BELL

Bell

Declaration
public const string BELL = "bell"
Field Value
Type Description
string

BUTTON

Button

Declaration
public const string BUTTON = "button"
Field Value
Type Description
string

CALENDAR

Calendar

Declaration
public const string CALENDAR = "calendar"
Field Value
Type Description
string

CAMERA

Camera

Declaration
public const string CAMERA = "camera"
Field Value
Type Description
string

CATEGORIES

Categories

Declaration
public const string CATEGORIES = "categories"
Field Value
Type Description
string

CHAT

Chat

Declaration
public const string CHAT = "chat"
Field Value
Type Description
string

CHECK_BOX

Check box

Declaration
public const string CHECK_BOX = "check_box"
Field Value
Type Description
string

CHECK_MARK

Check mark

Declaration
public const string CHECK_MARK = "check_mark"
Field Value
Type Description
string

CLOSE

Close

Declaration
public const string CLOSE = "close"
Field Value
Type Description
string

COMBO_BOX

Combo box

Declaration
public const string COMBO_BOX = "combo_box"
Field Value
Type Description
string

DOT_MENU

Dot menu

Declaration
public const string DOT_MENU = "dot_menu"
Field Value
Type Description
string

DOWN

DOWN is a general type for DOWN_TRIANGLE.

Declaration
public const string DOWN = "down"
Field Value
Type Description
string

DOWN_TRIANGLE

Down triangle

Declaration
public const string DOWN_TRIANGLE = "down_triangle"
Field Value
Type Description
string

EQ_SETTINGS

Eq settings

Declaration
public const string EQ_SETTINGS = "eq_settings"
Field Value
Type Description
string

EXIT

Exit

Declaration
public const string EXIT = "exit"
Field Value
Type Description
string

FACEBOOK

Facebook

Declaration
public const string FACEBOOK = "facebook"
Field Value
Type Description
string

FAVORITES

Favorites

Declaration
public const string FAVORITES = "favorites"
Field Value
Type Description
string

FIELD

FIELD is a general type for INPUT, TEXT_BOX and COMBO_BOX.

Declaration
public const string FIELD = "field"
Field Value
Type Description
string

FILTER

Filter

Declaration
public const string FILTER = "filter"
Field Value
Type Description
string

GEAR_SETTINGS

Gear settings

Declaration
public const string GEAR_SETTINGS = "gear_settings"
Field Value
Type Description
string

HAMBURGER_MENU

Hamburger menu

Declaration
public const string HAMBURGER_MENU = "hamburger_menu"
Field Value
Type Description
string

HELP

Help

Declaration
public const string HELP = "help"
Field Value
Type Description
string

HOME

Home

Declaration
public const string HOME = "home"
Field Value
Type Description
string

INFO

Info

Declaration
public const string INFO = "info"
Field Value
Type Description
string

INPUT

Input

Declaration
public const string INPUT = "input"
Field Value
Type Description
string

INSTAGRAM

Instagram

Declaration
public const string INSTAGRAM = "instagram"
Field Value
Type Description
string

LEFT

LEFT is a general type for LEFT_ARROW and LEFT_TRIANGLE.

Declaration
public const string LEFT = "left"
Field Value
Type Description
string

LEFT_ARROW

Left Arrow

Declaration
public const string LEFT_ARROW = "left_arrow"
Field Value
Type Description
string

LEFT_TRIANGLE

Left triangle

Declaration
public const string LEFT_TRIANGLE = "left_triangle"
Field Value
Type Description
string

LINKEDIN

Linkedin

Declaration
public const string LINKEDIN = "linkedin"
Field Value
Type Description
string

LOCATION

Location

Declaration
public const string LOCATION = "location"
Field Value
Type Description
string

LOCK

Lock

Declaration
public const string LOCK = "lock"
Field Value
Type Description
string

MAIL

Mail

Declaration
public const string MAIL = "mail"
Field Value
Type Description
string

MINUS

Minus

Declaration
public const string MINUS = "minus"
Field Value
Type Description
string

PENCIL

Pencil

Declaration
public const string PENCIL = "pencil"
Field Value
Type Description
string

PHONE

Phone

Declaration
public const string PHONE = "phone"
Field Value
Type Description
string

PLUS

Plus

Declaration
public const string PLUS = "plus"
Field Value
Type Description
string

POWER

Power

Declaration
public const string POWER = "power"
Field Value
Type Description
string

PROFILE

Profile

Declaration
public const string PROFILE = "profile"
Field Value
Type Description
string

RADIO_BUTTON

Radio button

Declaration
public const string RADIO_BUTTON = "radio_button"
Field Value
Type Description
string

RIGHT

RIGHT is a general type for RIGHT_ARROW and RIGHT_TRIANGLE.

Declaration
public const string RIGHT = "right"
Field Value
Type Description
string

RIGHT_ARROW

Right arrow

Declaration
public const string RIGHT_ARROW = "right_arrow"
Field Value
Type Description
string

RIGHT_TRIANGLE

Right triangle

Declaration
public const string RIGHT_TRIANGLE = "right_triangle"
Field Value
Type Description
string

RSS_FEED

Rss feed

Declaration
public const string RSS_FEED = "rss_feed"
Field Value
Type Description
string

Search

Declaration
public const string SEARCH = "search"
Field Value
Type Description
string

SHARE

Share

Declaration
public const string SHARE = "share"
Field Value
Type Description
string

SHOPPING_BAG

Shopping bag

Declaration
public const string SHOPPING_BAG = "shopping_bag"
Field Value
Type Description
string

SHOPPING_CART

Shopping cart

Declaration
public const string SHOPPING_CART = "shopping_cart"
Field Value
Type Description
string

TEXT

Text

Declaration
public const string TEXT = "text"
Field Value
Type Description
string

TEXT_BLOCK

Text block

Declaration
public const string TEXT_BLOCK = "text_block"
Field Value
Type Description
string

TEXT_BOX

Text box

Declaration
public const string TEXT_BOX = "text_box"
Field Value
Type Description
string

TOGGLABLE

TOGGLABLE is a general type for CHECK_BOX, RADIO_BUTTON and TOGGLE_BUTTON.

Declaration
public const string TOGGLABLE = "togglable"
Field Value
Type Description
string

TOGGLEABLE

TOGGLEABLE is a general type for CHECK_BOX, RADIO_BUTTON and TOGGLE_BUTTON.

Declaration
public const string TOGGLEABLE = "toggleable"
Field Value
Type Description
string

TOGGLE_BUTTON

Toggle button

Declaration
public const string TOGGLE_BUTTON = "toggle_button"
Field Value
Type Description
string

TOOL_SETTINGS

Tool settings

Declaration
public const string TOOL_SETTINGS = "tool_settings"
Field Value
Type Description
string

TRASH

Trash

Declaration
public const string TRASH = "trash"
Field Value
Type Description
string

TWITTER

Twitter

Declaration
public const string TWITTER = "twitter"
Field Value
Type Description
string

UP

UP is a general type for UP_ARROW and UP_TRIANGLE.

Declaration
public const string UP = "up"
Field Value
Type Description
string

UPLOAD

Upload

Declaration
public const string UPLOAD = "upload"
Field Value
Type Description
string

UP_ARROW

Up arrow

Declaration
public const string UP_ARROW = "up_arrow"
Field Value
Type Description
string

UP_DOWN

Up down

Declaration
public const string UP_DOWN = "up_down"
Field Value
Type Description
string

UP_TRIANGLE

Up triangle

Declaration
public const string UP_TRIANGLE = "up_triangle"
Field Value
Type Description
string

VIEW

View

Declaration
public const string VIEW = "view"
Field Value
Type Description
string

YOUTUBE

Youtube

Declaration
public const string YOUTUBE = "youtube"
Field Value
Type Description
string