The result of fielding a line of text.
Inheritance Hierarchy
System MarshalByRefObject
Cognex.VisionPro.Implementation CogObjectBase
Cognex.VisionPro.Implementation CogSerializableObjectBase
Cognex.VisionPro.Implementation CogReadOnlyCollection CogOCRMaxFieldingPositionResult
Cognex.VisionPro.OCRMax CogOCRMaxFieldingLineResult
Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
The CogOCRMaxFieldingLineResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogOCRMaxFieldingLineResult(CogOCRMaxFieldingLineResult) |
Constructs a new instance of this class as a deep copy
of the given instance.
| |
| CogOCRMaxFieldingLineResult(SerializationInfo, StreamingContext) |
Serialization constructor for CogOCRMaxFieldingLineResult object.
|
Methods
| Name | Description | |
|---|---|---|
| Contains |
Determines whether an element is in the collection.
(Inherited from CogReadOnlyCollection T .) | |
| CopyTo |
Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CogReadOnlyCollection T .) | |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose |
Destruct this CogOCRMaxFieldingLineResult.
| |
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize |
Finalize this CogOCRMaxFieldingLineResult.
(Overrides Object Finalize .) | |
| GetAttributes |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetClassName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetComponentName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetConverter |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultEvent |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultProperty |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEditor |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetObjectData |
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.) | |
| GetProperties |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetProperties( Attribute ) |
Causes the list of items to show up in the property grid.
(Inherited from CogReadOnlyCollection T .) | |
| GetPropertyOwner |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetString |
Returns a string which represents this result.
| |
| GetString(String) |
Returns a string which represents this result.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Searches the collection for the specified object and returns the zero-based index of the first occurrence.
(Inherited from CogReadOnlyCollection T .) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| ToArray |
Calls CopyTo() and returns a new array which contains the members of this collection.
(Inherited from CogReadOnlyCollection T .) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| mInnerList | (Inherited from CogReadOnlyCollection T .) |
Properties
| Name | Description | |
|---|---|---|
| Accepted |
Whether this CogOCRMaxFieldingLineResult passed checking by the
CogOCRMaxFielding operator. If AcceptedMetric is PrimaryMatches,
this will be true if and only if both of the follwoing are true:
a) the status for any result position is Primary or PrimarySwap,
and b) the status for any input position is Primary, PrimarySwap,
or DeletedIgnored. If AcceptedMetric is PrimaryAndSecondaryMatches,
this will be true if and only if both of the following are true: c) the
status for any result position is Primary or PrimarySwap or Secondary
or SecondarySwap, and d) the status for any input position is
Primary or PrimarySwap or Secondary or SecondarySwap or DeletedIgnored.
| |
| Count |
The number of elements contained in the Collection.
(Inherited from CogReadOnlyCollection T .) | |
| Item |
Gets the element at the specified index.
(Inherited from CogReadOnlyCollection T .) |
See Also