The CogOCVResults type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of items contained in this collection. | |
| IsSynchronized | Gets a value indicating whether access to this collection is synchronized (thread-safe). | |
| Item | Gets or sets the item at the specified index. In C#, this property is the indexer for the collection. | |
| NumCharactersVerified | Returns number of character positions in the pattern that passed verification. | |
| Score | Return the overall score for this OCV result. | |
| Status | Returns the overall status of this OCV inspection. Status will indicate verified if all of the character positions passed verification. Other, status will indicate failed. | |
| SyncRoot | Gets an object that can be used to synchronize access to this collection. |
See Also