Class BarCode.Builder

  • Enclosing class:
    BarCode

    public static class BarCode.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • confidence

        public BarCode.Builder confidence​(Float confidence)
        the confidence score between 0 and 1.
        Parameters:
        confidence - the value to set
        Returns:
        this builder
      • value

        public BarCode.Builder value​(String value)
        the bar code value.
        Parameters:
        value - the value to set
        Returns:
        this builder
      • codeType

        public BarCode.Builder codeType​(String codeType)
        the encoding schema of bar code.
        Parameters:
        codeType - the value to set
        Returns:
        this builder