The ICogDLRuntimeLabeledView type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Bookmark |
True if this view is bookmarked.
(Inherited from ICogDLRuntimeView.) | |
| Group |
The name of the group to which this view belongs.
(Inherited from ICogDLRuntimeView.) | |
| HasMask |
True if this view has a mask.
(Inherited from ICogDLRuntimeView.) | |
| InvalidMessage |
A message explaining why this view is invalid and could not be
trained.
(Inherited from ICogDLRuntimeView.) | |
| IsLabeled |
True if this view has been labeled. If true, this view will
implement the
ICogDLRuntimeLabeledView
interface.
(Inherited from ICogDLRuntimeView.) | |
| LabelChecking |
True if the view is checking label quality.
| |
| Manual |
True if the view's training flag is set manually.
| |
| Mask |
The view's mask.
(Inherited from ICogDLRuntimeView.) | |
| Memo |
The view's memo.
(Inherited from ICogDLRuntimeView.) | |
| Parent |
This view's parent
CogDLRuntimeMarking (Inherited from ICogDLRuntimeView.) | |
| Pose |
This region's pose.
(Inherited from ICogDLRuntimeView.) | |
| ProcessingError |
The type, if any, of error that occured during processing.
(Inherited from ICogDLRuntimeView.) | |
| RefPose |
This view was defined with respect to this pose.
(Inherited from ICogDLRuntimeView.) | |
| Size |
The size of this view in pixels.
(Inherited from ICogDLRuntimeView.) | |
| Train |
True if the view is used for training.
| |
| Validation |
True if the view is used for validation.
|
See Also