Interface ExpenseType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ExpenseType.Builder,ExpenseType>, SdkBuilder<ExpenseType.Builder,ExpenseType>, SdkPojo
Enclosing class:
ExpenseType

public static interface ExpenseType.Builder extends SdkPojo, CopyableBuilder<ExpenseType.Builder,ExpenseType>
  • Method Details

    • text

      The word or line of text detected by Amazon Textract.

      Parameters:
      text - The word or line of text detected by Amazon Textract.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • confidence

      ExpenseType.Builder confidence(Float confidence)

      The confidence of accuracy, as a percentage.

      Parameters:
      confidence - The confidence of accuracy, as a percentage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.