![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
Specifies a database item used when querying boosted items. More...
Public Member Functions | |
| DbItem () | |
| The constructor. More... | |
| DbItem | Clone () |
| Create a copy of the DbItem. More... | |
| override string | ToString () |
| Returns the string representation of the DbItem. More... | |
Properties | |
| object | Tag [getset] |
| Get/set a user defined item. More... | |
| int | ID [get] |
| Specifies the image ID. More... | |
| int | id [getset] |
| Specifies the image ID used within the lambda statement. More... | |
| int | VirtualID [get] |
| Specifies the image VirtualID (if any). More... | |
| int? | virtualid [getset] |
| Specifies the image VirtualID used within the lambda statement. More... | |
| int | Index [get] |
| Specifies the image index. More... | |
| int? | index [getset] |
| Specifies the image index used within the lambda statement. More... | |
| int | Label [get] |
| Specifies the image label. More... | |
| int? | label [getset] |
| Specifies the image label used within the lambda statement. More... | |
| int | Boost [get] |
| Specifies the image boost. More... | |
| int? | boost [getset] |
| Specifies the image boost used within the lambda statement. More... | |
| DateTime | Time [get] |
| Specifies the image time. More... | |
| DateTime? | time [getset] |
| Specifies the image time within the lambda statement. More... | |
| string | Desc [get] |
| Specifies the image description. More... | |
| string | desc [getset] |
| Specifies the image description used within the lambda statement. More... | |
| int? | OriginalSourceID [get] |
| Specifies the original source ID. More... | |
| int? | originalsrcid [getset] |
| Specifies the original source id used within the lambda statement. More... | |
| bool | Active [get] |
| Specifies whether or not the item is active. More... | |
| bool? | active [getset] |
| Specifies the active state used within the lambda statement. More... | |
Specifies a database item used when querying boosted items.
Definition at line 5815 of file Database.cs.
| MyCaffe.db.image.DbItem.DbItem | ( | ) |
The constructor.
Definition at line 5822 of file Database.cs.
| DbItem MyCaffe.db.image.DbItem.Clone | ( | ) |
Create a copy of the DbItem.
Definition at line 5830 of file Database.cs.
| override string MyCaffe.db.image.DbItem.ToString | ( | ) |
Returns the string representation of the DbItem.
Definition at line 5975 of file Database.cs.
|
get |
Specifies whether or not the item is active.
Definition at line 5961 of file Database.cs.
|
getset |
Specifies the active state used within the lambda statement.
Definition at line 5969 of file Database.cs.
|
get |
Specifies the image boost.
Definition at line 5909 of file Database.cs.
|
getset |
Specifies the image boost used within the lambda statement.
Definition at line 5917 of file Database.cs.
|
get |
Specifies the image description.
Definition at line 5935 of file Database.cs.
|
getset |
Specifies the image description used within the lambda statement.
Definition at line 5943 of file Database.cs.
|
get |
Specifies the image ID.
Definition at line 5857 of file Database.cs.
|
getset |
Specifies the image ID used within the lambda statement.
Definition at line 5865 of file Database.cs.
|
get |
Specifies the image index.
Definition at line 5883 of file Database.cs.
|
getset |
Specifies the image index used within the lambda statement.
Definition at line 5891 of file Database.cs.
|
get |
Specifies the image label.
Definition at line 5896 of file Database.cs.
|
getset |
Specifies the image label used within the lambda statement.
Definition at line 5904 of file Database.cs.
|
get |
Specifies the original source ID.
Definition at line 5948 of file Database.cs.
|
getset |
Specifies the original source id used within the lambda statement.
Definition at line 5956 of file Database.cs.
|
getset |
Get/set a user defined item.
Definition at line 5848 of file Database.cs.
|
get |
Specifies the image time.
Definition at line 5922 of file Database.cs.
|
getset |
Specifies the image time within the lambda statement.
Definition at line 5930 of file Database.cs.
|
get |
Specifies the image VirtualID (if any).
Definition at line 5870 of file Database.cs.
|
getset |
Specifies the image VirtualID used within the lambda statement.
Definition at line 5878 of file Database.cs.