Package ai.extend.types
Interface ParseRunOutputMetadataPagesItem._FinalStage
-
- All Known Implementing Classes:
ParseRunOutputMetadataPagesItem.Builder
- Enclosing class:
- ParseRunOutputMetadataPagesItem
public static interface ParseRunOutputMetadataPagesItem._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRunOutputMetadataPagesItembuild()ParseRunOutputMetadataPagesItem._FinalStagerotationApplied(Nullable<java.lang.Integer> rotationApplied)ParseRunOutputMetadataPagesItem._FinalStagerotationApplied(java.lang.Integer rotationApplied)ParseRunOutputMetadataPagesItem._FinalStagerotationApplied(java.util.Optional<java.lang.Integer> rotationApplied)Degrees Extend rotated the page clockwise to make it upright.
-
-
-
Method Detail
-
build
ParseRunOutputMetadataPagesItem build()
-
rotationApplied
ParseRunOutputMetadataPagesItem._FinalStage rotationApplied(java.util.Optional<java.lang.Integer> rotationApplied)
Degrees Extend rotated the page clockwise to make it upright.
0if rotation detection ran and the page was already upright;nullif rotation detection was disabled for this run.
-
rotationApplied
ParseRunOutputMetadataPagesItem._FinalStage rotationApplied(java.lang.Integer rotationApplied)
-
rotationApplied
ParseRunOutputMetadataPagesItem._FinalStage rotationApplied(Nullable<java.lang.Integer> rotationApplied)
-
-