Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 818 Bytes

TextPosition.md

File metadata and controls

10 lines (6 loc) · 818 Bytes

Com.Sajari.Sdk.Model.TextPosition

TextPosition describes the position of text in a box. - TEXT_POSITION_UNSPECIFIED: No position specified. - TEXT_POSITION_CENTER: The text is positioned in the horizontal and vertical center. - TEXT_POSITION_TOP_LEFT: The text is positioned in the top left corner. - TEXT_POSITION_TOP_RIGHT: The text is positioned in the top right corner. - TEXT_POSITION_BOTTOM_LEFT: The text is positioned in the bottom left corner. - TEXT_POSITION_BOTTOM_RIGHT: The text is positioned in the bottom right corner.

Properties

Name Type Description Notes

[Back to Model list] [Back to API list] [Back to README]