[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`ImagesServicePb.TransformOrBuilder` is an interface that extends `MessageOrBuilder` and offers a variety of methods for image transformation."],["The interface provides methods to manage image cropping, such as `getCropBottomY()`, `getCropLeftX()`, `getCropRightX()`, `getCropTopY()`, along with offset options like `getCropOffsetX()` and `getCropOffsetY()`, all of which return float values."],["It includes methods to determine image dimensions, such as `getHeight()` and `getWidth()`, which return integers, and also supports setting parameters like `getAllowStretch()` and `getCropToFit()` which are boolean values."],["Image rotation and flipping are handled with `getRotate()`, `getHorizontalFlip()`, and `getVerticalFlip()`, where `getRotate()` returns an integer, and the others return boolean values."],["There is also multiple methods that verify if a parameter has been set, and whether they are using the deprecated or newer version of those values, such as `hasCropOffsetX()` and `getDeprecatedCropOffsetXSet()`."]]],[]]