Class FigureDetails


  • public final class FigureDetails
    extends java.lang.Object
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns:
        Indicates this is a figure details object
      • getImageUrl

        public java.util.Optional<java.lang.String> getImageUrl()
        Returns:
        URL to the clipped/segmented figure image. Only set if the option figureImageClippingEnabled in the input is true, which it is by default.
      • getFigureType

        public java.util.Optional<FigureDetailsFigureType> getFigureType()
        Returns:
        The refined type of figure - only set when figure classification and summarization is enabled. Possible values:
        • image: A photographic image
        • chart: A data chart or graph
        • diagram: A schematic or diagram
        • logo: A company or brand logo
        • other: Any other type of figure
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object