public static interface PreprocessingConfig.CropOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBottomPixels()
The number of pixels to crop from the bottom.
|
int |
getLeftPixels()
The number of pixels to crop from the left.
|
int |
getRightPixels()
The number of pixels to crop from the right.
|
int |
getTopPixels()
The number of pixels to crop from the top.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTopPixels()
The number of pixels to crop from the top. The default is 0.
int32 top_pixels = 1;int getBottomPixels()
The number of pixels to crop from the bottom. The default is 0.
int32 bottom_pixels = 2;int getLeftPixels()
The number of pixels to crop from the left. The default is 0.
int32 left_pixels = 3;int getRightPixels()
The number of pixels to crop from the right. The default is 0.
int32 right_pixels = 4;Copyright © 2022 Google LLC. All rights reserved.