| Modifier and Type | Method and Description |
|---|---|
BoundingBox.Builder |
ImageLocation.Builder.addBoundingBoxesBuilder()
Bounding boxes locating the pixels within the image containing the finding.
|
BoundingBox.Builder |
ImageLocation.Builder.addBoundingBoxesBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.
|
BoundingBox.Builder |
BoundingBox.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BoundingBox.Builder |
BoundingBox.Builder.clear() |
BoundingBox.Builder |
BoundingBox.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BoundingBox.Builder |
BoundingBox.Builder.clearHeight()
Height of the bounding box in pixels.
|
BoundingBox.Builder |
BoundingBox.Builder.clearLeft()
Left coordinate of the bounding box.
|
BoundingBox.Builder |
BoundingBox.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BoundingBox.Builder |
BoundingBox.Builder.clearTop()
Top coordinate of the bounding box.
|
BoundingBox.Builder |
BoundingBox.Builder.clearWidth()
Width of the bounding box in pixels.
|
BoundingBox.Builder |
BoundingBox.Builder.clone() |
BoundingBox.Builder |
ImageLocation.Builder.getBoundingBoxesBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.
|
BoundingBox.Builder |
BoundingBox.Builder.mergeFrom(BoundingBox other) |
BoundingBox.Builder |
BoundingBox.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BoundingBox.Builder |
BoundingBox.Builder.mergeFrom(com.google.protobuf.Message other) |
BoundingBox.Builder |
BoundingBox.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BoundingBox.Builder |
BoundingBox.newBuilder() |
static BoundingBox.Builder |
BoundingBox.newBuilder(BoundingBox prototype) |
BoundingBox.Builder |
BoundingBox.newBuilderForType() |
protected BoundingBox.Builder |
BoundingBox.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
BoundingBox.Builder |
BoundingBox.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BoundingBox.Builder |
BoundingBox.Builder.setHeight(int value)
Height of the bounding box in pixels.
|
BoundingBox.Builder |
BoundingBox.Builder.setLeft(int value)
Left coordinate of the bounding box.
|
BoundingBox.Builder |
BoundingBox.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BoundingBox.Builder |
BoundingBox.Builder.setTop(int value)
Top coordinate of the bounding box.
|
BoundingBox.Builder |
BoundingBox.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BoundingBox.Builder |
BoundingBox.Builder.setWidth(int value)
Width of the bounding box in pixels.
|
BoundingBox.Builder |
BoundingBox.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<BoundingBox.Builder> |
ImageLocation.Builder.getBoundingBoxesBuilderList()
Bounding boxes locating the pixels within the image containing the finding.
|
| Modifier and Type | Method and Description |
|---|---|
ImageLocation.Builder |
ImageLocation.Builder.addBoundingBoxes(BoundingBox.Builder builderForValue)
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
ImageLocation.Builder.addBoundingBoxes(int index,
BoundingBox.Builder builderForValue)
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
ImageLocation.Builder.setBoundingBoxes(int index,
BoundingBox.Builder builderForValue)
Bounding boxes locating the pixels within the image containing the finding.
|
Copyright © 2022 Google LLC. All rights reserved.