←Select platform

ConvertFromIBMDaeja Method

Summary

Converts IBM Daeja annotations to LEADTOOLS annotations.

Syntax
C#
VB
C++
public static AnnContainer ConvertFromIBMDaeja( 
   string daejaTxtData, 
   IBMDaejaReadOptions options 
) 
Public Shared Function ConvertFromIBMDaeja( 
   ByVal daejaTxtData As String, 
   ByVal options As IBMDaejaReadOptions 
) As AnnContainer 
public:  
   static AnnContainer^ ConvertFromIBMDaeja( 
      String^ daejaTxtData, 
      IBMDaejaReadOptions^ options 
   ) 

Parameters

daejaTxtData

The input data for the Daeja annotations.

options

The options to use when reading the data.

Return Value

An AnnContainer containing the converted LEADTOOLS annotation objects.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly