public static interface PreprocessingConfig.CropOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBottomPixels()
public abstract int getBottomPixels()
The number of pixels to crop from the bottom. The default is 0.
int32 bottom_pixels = 2;
Type | Description |
int | The bottomPixels. |
getLeftPixels()
public abstract int getLeftPixels()
The number of pixels to crop from the left. The default is 0.
int32 left_pixels = 3;
Type | Description |
int | The leftPixels. |
getRightPixels()
public abstract int getRightPixels()
The number of pixels to crop from the right. The default is 0.
int32 right_pixels = 4;
Type | Description |
int | The rightPixels. |
getTopPixels()
public abstract int getTopPixels()
The number of pixels to crop from the top. The default is 0.
int32 top_pixels = 1;
Type | Description |
int | The topPixels. |