Annotation.Builder |
Annotation.Builder.addAllEntities(Iterable<? extends Struct> values) |
repeated .google.protobuf.Struct entities = 3;
|
Annotation.Builder |
Annotation.Builder.addEntities(int index,
Struct value) |
repeated .google.protobuf.Struct entities = 3;
|
Annotation.Builder |
Annotation.Builder.addEntities(int index,
Struct.Builder builderForValue) |
repeated .google.protobuf.Struct entities = 3;
|
Annotation.Builder |
Annotation.Builder.addEntities(Struct value) |
repeated .google.protobuf.Struct entities = 3;
|
Annotation.Builder |
Annotation.Builder.addEntities(Struct.Builder builderForValue) |
repeated .google.protobuf.Struct entities = 3;
|
Annotation.Builder |
PnIDResponse.Builder.addItemsBuilder() |
The identified entity annotations with bounding boxes
|
Annotation.Builder |
PnIDResponse.Builder.addItemsBuilder(int index) |
The identified entity annotations with bounding boxes
|
Annotation.Builder |
Annotation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Annotation.Builder |
Annotation.Builder.clear() |
|
Annotation.Builder |
Annotation.Builder.clearBoundingBox() |
.com.cognite.beam.proto.BoundingBox boundingBox = 1;
|
Annotation.Builder |
Annotation.Builder.clearConfidence() |
.google.protobuf.DoubleValue confidence = 4;
|
Annotation.Builder |
Annotation.Builder.clearEntities() |
repeated .google.protobuf.Struct entities = 3;
|
Annotation.Builder |
Annotation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Annotation.Builder |
Annotation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Annotation.Builder |
Annotation.Builder.clearText() |
.google.protobuf.StringValue text = 2;
|
Annotation.Builder |
Annotation.Builder.clearType() |
.google.protobuf.StringValue type = 5;
|
Annotation.Builder |
Annotation.Builder.clone() |
|
Annotation.Builder |
PnIDResponse.Builder.getItemsBuilder(int index) |
The identified entity annotations with bounding boxes
|
Annotation.Builder |
Annotation.Builder.mergeBoundingBox(BoundingBox value) |
.com.cognite.beam.proto.BoundingBox boundingBox = 1;
|
Annotation.Builder |
Annotation.Builder.mergeConfidence(DoubleValue value) |
.google.protobuf.DoubleValue confidence = 4;
|
Annotation.Builder |
Annotation.Builder.mergeFrom(Annotation other) |
|
Annotation.Builder |
Annotation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Annotation.Builder |
Annotation.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Annotation.Builder |
Annotation.Builder.mergeText(StringValue value) |
.google.protobuf.StringValue text = 2;
|
Annotation.Builder |
Annotation.Builder.mergeType(StringValue value) |
.google.protobuf.StringValue type = 5;
|
Annotation.Builder |
Annotation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Annotation.Builder |
Annotation.newBuilder() |
|
static Annotation.Builder |
Annotation.newBuilder(Annotation prototype) |
|
Annotation.Builder |
Annotation.newBuilderForType() |
|
protected Annotation.Builder |
Annotation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Annotation.Builder |
Annotation.Builder.removeEntities(int index) |
repeated .google.protobuf.Struct entities = 3;
|
Annotation.Builder |
Annotation.Builder.setBoundingBox(BoundingBox value) |
.com.cognite.beam.proto.BoundingBox boundingBox = 1;
|
Annotation.Builder |
Annotation.Builder.setBoundingBox(BoundingBox.Builder builderForValue) |
.com.cognite.beam.proto.BoundingBox boundingBox = 1;
|
Annotation.Builder |
Annotation.Builder.setConfidence(DoubleValue value) |
.google.protobuf.DoubleValue confidence = 4;
|
Annotation.Builder |
Annotation.Builder.setConfidence(DoubleValue.Builder builderForValue) |
.google.protobuf.DoubleValue confidence = 4;
|
Annotation.Builder |
Annotation.Builder.setEntities(int index,
Struct value) |
repeated .google.protobuf.Struct entities = 3;
|
Annotation.Builder |
Annotation.Builder.setEntities(int index,
Struct.Builder builderForValue) |
repeated .google.protobuf.Struct entities = 3;
|
Annotation.Builder |
Annotation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Annotation.Builder |
Annotation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Annotation.Builder |
Annotation.Builder.setText(StringValue value) |
.google.protobuf.StringValue text = 2;
|
Annotation.Builder |
Annotation.Builder.setText(StringValue.Builder builderForValue) |
.google.protobuf.StringValue text = 2;
|
Annotation.Builder |
Annotation.Builder.setType(StringValue value) |
.google.protobuf.StringValue type = 5;
|
Annotation.Builder |
Annotation.Builder.setType(StringValue.Builder builderForValue) |
.google.protobuf.StringValue type = 5;
|
Annotation.Builder |
Annotation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Annotation.Builder |
Annotation.toBuilder() |
|