Record Class TextExtractionRequest.TextExtractionParameters

java.lang.Object
java.lang.Record
io.quarkiverse.langchain4j.watsonx.bean.TextExtractionRequest.TextExtractionParameters
Enclosing class:
TextExtractionRequest

public static record TextExtractionRequest.TextExtractionParameters(List<TextExtractionRequest.Type> requestedOutputs, TextExtractionRequest.Mode mode, TextExtractionRequest.OCR ocrMode, Boolean autoRotationCorrection, TextExtractionRequest.EmbeddedImages createEmbeddedImages, Integer outputDpi, Boolean outputTokensAndBbox) extends Record
  • Constructor Details

    • TextExtractionParameters

      public TextExtractionParameters(List<TextExtractionRequest.Type> requestedOutputs, TextExtractionRequest.Mode mode, TextExtractionRequest.OCR ocrMode, Boolean autoRotationCorrection, TextExtractionRequest.EmbeddedImages createEmbeddedImages, Integer outputDpi, Boolean outputTokensAndBbox)
      Creates an instance of a TextExtractionParameters record class.
      Parameters:
      requestedOutputs - the value for the requestedOutputs record component
      mode - the value for the mode record component
      ocrMode - the value for the ocrMode record component
      autoRotationCorrection - the value for the autoRotationCorrection record component
      createEmbeddedImages - the value for the createEmbeddedImages record component
      outputDpi - the value for the outputDpi record component
      outputTokensAndBbox - the value for the outputTokensAndBbox record component
  • Method Details

    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • requestedOutputs

      public List<TextExtractionRequest.Type> requestedOutputs()
      Returns the value of the requestedOutputs record component.
      Returns:
      the value of the requestedOutputs record component
    • mode

      Returns the value of the mode record component.
      Returns:
      the value of the mode record component
    • ocrMode

      public TextExtractionRequest.OCR ocrMode()
      Returns the value of the ocrMode record component.
      Returns:
      the value of the ocrMode record component
    • autoRotationCorrection

      public Boolean autoRotationCorrection()
      Returns the value of the autoRotationCorrection record component.
      Returns:
      the value of the autoRotationCorrection record component
    • createEmbeddedImages

      public TextExtractionRequest.EmbeddedImages createEmbeddedImages()
      Returns the value of the createEmbeddedImages record component.
      Returns:
      the value of the createEmbeddedImages record component
    • outputDpi

      public Integer outputDpi()
      Returns the value of the outputDpi record component.
      Returns:
      the value of the outputDpi record component
    • outputTokensAndBbox

      public Boolean outputTokensAndBbox()
      Returns the value of the outputTokensAndBbox record component.
      Returns:
      the value of the outputTokensAndBbox record component