The CogVerificationParamsInputsContainer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| InputImage |
Returns the container object for the InputImage collection.
| |
| Keys |
Gets all the expected keys added to this record.
Returns null if there are no records.
Note: this will always return at least string[] { "InputImage" } since that was added to the records by default.
| |
| Record |
Returns the contained ICogRecord.
(Inherited from CogVerificationRecordContainer.) |
See Also