Package ai.extend.types
Class ParseConfigBlockOptionsBarcodes
- java.lang.Object
-
- ai.extend.types.ParseConfigBlockOptionsBarcodes
-
public final class ParseConfigBlockOptionsBarcodes extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParseConfigBlockOptionsBarcodes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParseConfigBlockOptionsBarcodes.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.Boolean>getImageClippingEnabled()java.util.Optional<java.lang.Boolean>getReadingEnabled()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getImageClippingEnabled
public java.util.Optional<java.lang.Boolean> getImageClippingEnabled()
- Returns:
- Whether to clip and extract images of barcodes. When enabled, barcode images will be available in the
imageUrlfield of BarcodeDetails.
-
getReadingEnabled
public java.util.Optional<java.lang.Boolean> getReadingEnabled()
- Returns:
- Whether to decode and read barcode values. When enabled, decoded values will be available in the
decodedValuefield of BarcodeDetails.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ParseConfigBlockOptionsBarcodes.Builder builder()
-
-