public static final class BoundingBox.Builder extends GeneratedMessage.Builder<BoundingBox.Builder> implements BoundingBoxOrBuilderBounding box encompassing detected text within an image.
Protobuf type google.privacy.dlp.v2.BoundingBox
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BoundingBox.BuilderImplements
BoundingBoxOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public BoundingBox build()| Returns | |
|---|---|
| Type | Description |
BoundingBox |
|
buildPartial()
public BoundingBox buildPartial()| Returns | |
|---|---|
| Type | Description |
BoundingBox |
|
clear()
public BoundingBox.Builder clear()| Returns | |
|---|---|
| Type | Description |
BoundingBox.Builder |
|
clearHeight()
public BoundingBox.Builder clearHeight()Height of the bounding box in pixels.
int32 height = 4;
| Returns | |
|---|---|
| Type | Description |
BoundingBox.Builder |
This builder for chaining. |
clearLeft()
public BoundingBox.Builder clearLeft()Left coordinate of the bounding box. (0,0) is upper left.
int32 left = 2;
| Returns | |
|---|---|
| Type | Description |
BoundingBox.Builder |
This builder for chaining. |
clearTop()
public BoundingBox.Builder clearTop()Top coordinate of the bounding box. (0,0) is upper left.
int32 top = 1;
| Returns | |
|---|---|
| Type | Description |
BoundingBox.Builder |
This builder for chaining. |
clearWidth()
public BoundingBox.Builder clearWidth()Width of the bounding box in pixels.
int32 width = 3;
| Returns | |
|---|---|
| Type | Description |
BoundingBox.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public BoundingBox getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BoundingBox |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHeight()
public int getHeight()Height of the bounding box in pixels.
int32 height = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The height. |
getLeft()
public int getLeft()Left coordinate of the bounding box. (0,0) is upper left.
int32 left = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The left. |
getTop()
public int getTop()Top coordinate of the bounding box. (0,0) is upper left.
int32 top = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The top. |
getWidth()
public int getWidth()Width of the bounding box in pixels.
int32 width = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The width. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BoundingBox other)
public BoundingBox.Builder mergeFrom(BoundingBox other)| Parameter | |
|---|---|
| Name | Description |
other |
BoundingBox |
| Returns | |
|---|---|
| Type | Description |
BoundingBox.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BoundingBox.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BoundingBox.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BoundingBox.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BoundingBox.Builder |
|
setHeight(int value)
public BoundingBox.Builder setHeight(int value)Height of the bounding box in pixels.
int32 height = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe height to set. |
| Returns | |
|---|---|
| Type | Description |
BoundingBox.Builder |
This builder for chaining. |
setLeft(int value)
public BoundingBox.Builder setLeft(int value)Left coordinate of the bounding box. (0,0) is upper left.
int32 left = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe left to set. |
| Returns | |
|---|---|
| Type | Description |
BoundingBox.Builder |
This builder for chaining. |
setTop(int value)
public BoundingBox.Builder setTop(int value)Top coordinate of the bounding box. (0,0) is upper left.
int32 top = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe top to set. |
| Returns | |
|---|---|
| Type | Description |
BoundingBox.Builder |
This builder for chaining. |
setWidth(int value)
public BoundingBox.Builder setWidth(int value)Width of the bounding box in pixels.
int32 width = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe width to set. |
| Returns | |
|---|---|
| Type | Description |
BoundingBox.Builder |
This builder for chaining. |