CVBpy 14.0
Rss Class Reference

Configuration to access parameters of Rss. More...

Inherits Reader2DConfigBase.

Properties

 composition = property
 int: Bit field which specifies the permitted RSS composite components (see cvb.barcode.RssComposition). More...
 
 orientation = property
 int: Selects the possible orientations in which the RSS code may occur (see cvb.barcode.CodeOrientation). More...
 
 types = property
 int: With this parameter you can select the different subtypes of the RSS code, which shall decoded (see cvb.barcode.RssTypes). More...
 

Detailed Description

Configuration to access parameters of Rss.

Property Documentation

◆ composition

composition = property
static

int: Bit field which specifies the permitted RSS composite components (see cvb.barcode.RssComposition).

It specifies the permitted RSS composite components. You can use a bitwise OR combination of the constants RssComposition.None, RssComposition.CCA, and RssComposition.CCB to permit any required combination. If no flags shall be used, set the parameter to RssComposition.Off, and if all flags shall be used, you can set the parameter to RssComposition.All. The default parameter is RssComposition.All.

◆ orientation

orientation = property
static

int: Selects the possible orientations in which the RSS code may occur (see cvb.barcode.CodeOrientation).

It sets the orientation, in which the RSS code may occur. The default parameter CodeOrientation.FenceOrLadder.

◆ types

types = property
static

int: With this parameter you can select the different subtypes of the RSS code, which shall decoded (see cvb.barcode.RssTypes).

Set the parameter to RssTypes.All to decode all supported RSS subtypes. Furthermore, you can use a bitwise OR combination of the constants RssTypes.Rss14, RssTypes.Rss14Truncated, RssTypes.Rss14Stacked, RssTypes.Rss14StackedOmnidirectional, and RssTypes.Limited to permit any required combination of the possible subtypes for decoding. The default parameter is RssTypes.All. It sets the orientation, in which the RSS code may occur. The default parameter CodeOrientation.FenceOrLadder.