TextPosition describes the position of text in a box. - 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.
Name | Type | Description | Notes |
---|---|---|---|
value | str | TextPosition describes the position of text in a box. - 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. | defaults to "TEXT_POSITION_UNSPECIFIED", must be one of ["TEXT_POSITION_UNSPECIFIED", "TEXT_POSITION_CENTER", "TEXT_POSITION_TOP_LEFT", "TEXT_POSITION_TOP_RIGHT", "TEXT_POSITION_BOTTOM_LEFT", "TEXT_POSITION_BOTTOM_RIGHT", ] |