Interface SignatureDetection.Builder

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

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

    • confidence

      SignatureDetection.Builder confidence(Float confidence)

      The confidence, from 0 to 100, in the predicted values for a detected signature.

      Parameters:
      confidence - The confidence, from 0 to 100, in the predicted values for a detected signature.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • geometry

      Sets the value of the Geometry property for this object.
      Parameters:
      geometry - The new value for the Geometry property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • geometry

      Sets the value of the Geometry property for this object. This is a convenience method that creates an instance of the Geometry.Builder avoiding the need to create one manually via Geometry.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to geometry(Geometry).

      Parameters:
      geometry - a consumer that will call methods on Geometry.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: