Package ai.extend.types
Class ParseConfigBlockOptionsFormulas
- java.lang.Object
-
- ai.extend.types.ParseConfigBlockOptionsFormulas
-
public final class ParseConfigBlockOptionsFormulas extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParseConfigBlockOptionsFormulas.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParseConfigBlockOptionsFormulas.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.Boolean>getEnabled()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getEnabled
public java.util.Optional<java.lang.Boolean> getEnabled()
- Returns:
- Whether to enable formula detection and parsing. When enabled, mathematical formulas and equations are detected and their LaTeX representations are included in the output. When disabled, formulas will be detected as text blocks and may not be accurately parsed.
-
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 ParseConfigBlockOptionsFormulas.Builder builder()
-
-