Click or drag to resize

Transformation Class

This class is responsible for transformation that takes string and byte input to return a transformed result.
Inheritance Hierarchy
SystemObject
  Scandit.Recognition.MainTransformation

Namespace:  Scandit.Recognition.Main
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public class Transformation : IDisposable

The Transformation type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the Transformation
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodStatic memberFromJson
This method de-serializes json format into Transformation object.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform
Top
Version Information

Supported in: 1.0
See Also