to top
Datalogic APIs
public final enum

SnapOcrResultsCombination

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.decode.configuration.SnapOcrResultsCombination

Class Overview

The SnapOcrResultsCombination is an enumeration defining the way in which the OCR results are combined. The type is one of:

CONCATENATED Concatenates the OCR texts into a single result, with the separator specified.
DIVIDED Each selected OCR text is sent as a separate result.

Summary

Enum Values
SnapOcrResultsCombination  CONCATENATED  Concatenates the OCR texts into a single result, with the separator specified. 
SnapOcrResultsCombination  DIVIDED  Each selected OCR text is sent as a separate result. 
Public Methods
static SnapOcrResultsCombination valueOf(String name)
final static SnapOcrResultsCombination[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SnapOcrResultsCombination CONCATENATED

Added in revision 41

Concatenates the OCR texts into a single result, with the separator specified.

public static final SnapOcrResultsCombination DIVIDED

Added in revision 41

Each selected OCR text is sent as a separate result.

Public Methods

public static SnapOcrResultsCombination valueOf (String name)

Added in revision 41

public static final SnapOcrResultsCombination[] values ()

Added in revision 41