ImageLocation.Builder |
ImageLocation.Builder.addAllBoundingBoxes(Iterable<? extends BoundingBox> values) |
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
ImageLocation.Builder.addBoundingBoxes(int index,
BoundingBox value) |
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.addBoundingBoxes(BoundingBox value) |
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
ImageLocation.Builder.addBoundingBoxes(BoundingBox.Builder builderForValue) |
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
ImageLocation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ImageLocation.Builder |
ImageLocation.Builder.clear() |
|
ImageLocation.Builder |
ImageLocation.Builder.clearBoundingBoxes() |
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
ImageLocation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ImageLocation.Builder |
ImageLocation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ImageLocation.Builder |
ImageLocation.Builder.clone() |
|
ImageLocation.Builder |
ContentLocation.Builder.getImageLocationBuilder() |
Location within an image's pixels.
|
ImageLocation.Builder |
ImageLocation.Builder.mergeFrom(ImageLocation other) |
|
ImageLocation.Builder |
ImageLocation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ImageLocation.Builder |
ImageLocation.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ImageLocation.Builder |
ImageLocation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ImageLocation.Builder |
ImageLocation.newBuilder() |
|
static ImageLocation.Builder |
ImageLocation.newBuilder(ImageLocation prototype) |
|
ImageLocation.Builder |
ImageLocation.newBuilderForType() |
|
protected ImageLocation.Builder |
ImageLocation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ImageLocation.Builder |
ImageLocation.Builder.removeBoundingBoxes(int index) |
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
ImageLocation.Builder.setBoundingBoxes(int index,
BoundingBox value) |
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.
|
ImageLocation.Builder |
ImageLocation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ImageLocation.Builder |
ImageLocation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ImageLocation.Builder |
ImageLocation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ImageLocation.Builder |
ImageLocation.toBuilder() |
|