| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBox.Builder.build() |
BoundingBox |
BoundingBox.Builder.buildPartial() |
BoundingBox |
ImageLocation.getBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.
|
BoundingBox |
ImageLocation.Builder.getBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.
|
BoundingBox |
ImageLocationOrBuilder.getBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.
|
static BoundingBox |
BoundingBox.getDefaultInstance() |
BoundingBox |
BoundingBox.getDefaultInstanceForType() |
BoundingBox |
BoundingBox.Builder.getDefaultInstanceForType() |
static BoundingBox |
BoundingBox.parseDelimitedFrom(InputStream input) |
static BoundingBox |
BoundingBox.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BoundingBox |
BoundingBox.parseFrom(byte[] data) |
static BoundingBox |
BoundingBox.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BoundingBox |
BoundingBox.parseFrom(ByteBuffer data) |
static BoundingBox |
BoundingBox.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BoundingBox |
BoundingBox.parseFrom(com.google.protobuf.ByteString data) |
static BoundingBox |
BoundingBox.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BoundingBox |
BoundingBox.parseFrom(com.google.protobuf.CodedInputStream input) |
static BoundingBox |
BoundingBox.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BoundingBox |
BoundingBox.parseFrom(InputStream input) |
static BoundingBox |
BoundingBox.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<BoundingBox> |
ImageLocation.getBoundingBoxesList()
Bounding boxes locating the pixels within the image containing the finding.
|
List<BoundingBox> |
ImageLocation.Builder.getBoundingBoxesList()
Bounding boxes locating the pixels within the image containing the finding.
|
List<BoundingBox> |
ImageLocationOrBuilder.getBoundingBoxesList()
Bounding boxes locating the pixels within the image containing the finding.
|
com.google.protobuf.Parser<BoundingBox> |
BoundingBox.getParserForType() |
static com.google.protobuf.Parser<BoundingBox> |
BoundingBox.parser() |
| Modifier and Type | Method and Description |
|---|---|
ImageLocation.Builder |
ImageLocation.Builder.addBoundingBoxes(BoundingBox value)
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.
|
BoundingBox.Builder |
BoundingBox.Builder.mergeFrom(BoundingBox other) |
static BoundingBox.Builder |
BoundingBox.newBuilder(BoundingBox prototype) |
ImageLocation.Builder |
ImageLocation.Builder.setBoundingBoxes(int index,
BoundingBox value)
Bounding boxes locating the pixels within the image containing the finding.
|
| Modifier and Type | Method and Description |
|---|---|
ImageLocation.Builder |
ImageLocation.Builder.addAllBoundingBoxes(Iterable<? extends BoundingBox> values)
Bounding boxes locating the pixels within the image containing the finding.
|
Copyright © 2022 Google LLC. All rights reserved.