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