Gets or sets optional user data.
public object UserData { get; set; }
Public Property UserData As Object
@property (nonatomic, strong, nullable) NSObject *userData
public Object getUserData()
public void setUserData(Object value)
An Object that contains the optional user data associated with the job. You can use this value to store any extra information required by your application. The IOcrAutoRecognizeJob will contain the same object used here in its IOcrAutoRecognizeJob.JobData member.
For an example, refer to RunJob and RunJobAsync.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET