Package ai.extend.types
Class ParseConfigBlockOptionsFigures
- java.lang.Object
-
- ai.extend.types.ParseConfigBlockOptionsFigures
-
public final class ParseConfigBlockOptionsFigures extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParseConfigBlockOptionsFigures.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParseConfigBlockOptionsFigures.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.Boolean>getAdvancedChartExtractionEnabled()java.util.Optional<java.lang.String>getCustomInstructions()java.util.Optional<java.lang.Boolean>getEnabled()java.util.Optional<java.lang.Boolean>getFigureImageClippingEnabled()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getEnabled
public java.util.Optional<java.lang.Boolean> getEnabled()
- Returns:
- Whether to include figures in the output.
-
getFigureImageClippingEnabled
public java.util.Optional<java.lang.Boolean> getFigureImageClippingEnabled()
- Returns:
- Whether to clip and extract images from figures.
-
getAdvancedChartExtractionEnabled
public java.util.Optional<java.lang.Boolean> getAdvancedChartExtractionEnabled()
- Returns:
- Whether to enable advanced chart extraction using vision models for improved data extraction from charts.
-
getCustomInstructions
public java.util.Optional<java.lang.String> getCustomInstructions()
- Returns:
- Custom instructions injected into the vision model prompt used to analyze and summarize figures. Use to steer figure descriptions toward your use case (e.g. domain terminology, details to always capture). Requires
enabled: true. Available onparse_performance>=2.0.0andparse_light>=1.0.0.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ParseConfigBlockOptionsFigures.Builder builder()
-
-