| Modifier and Type | Method and Description |
|---|---|
FaceFrame.Builder |
FaceFrame.Builder.addAllNormalizedBoundingBoxes(Iterable<? extends NormalizedBoundingBox> values)
Normalized Bounding boxes in a frame.
|
FaceFrame.Builder |
FaceAnnotation.Builder.addFramesBuilder()
All video frames where a face was detected.
|
FaceFrame.Builder |
FaceAnnotation.Builder.addFramesBuilder(int index)
All video frames where a face was detected.
|
FaceFrame.Builder |
FaceFrame.Builder.addNormalizedBoundingBoxes(int index,
NormalizedBoundingBox.Builder builderForValue)
Normalized Bounding boxes in a frame.
|
FaceFrame.Builder |
FaceFrame.Builder.addNormalizedBoundingBoxes(int index,
NormalizedBoundingBox value)
Normalized Bounding boxes in a frame.
|
FaceFrame.Builder |
FaceFrame.Builder.addNormalizedBoundingBoxes(NormalizedBoundingBox.Builder builderForValue)
Normalized Bounding boxes in a frame.
|
FaceFrame.Builder |
FaceFrame.Builder.addNormalizedBoundingBoxes(NormalizedBoundingBox value)
Normalized Bounding boxes in a frame.
|
FaceFrame.Builder |
FaceFrame.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FaceFrame.Builder |
FaceFrame.Builder.clear() |
FaceFrame.Builder |
FaceFrame.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FaceFrame.Builder |
FaceFrame.Builder.clearNormalizedBoundingBoxes()
Normalized Bounding boxes in a frame.
|
FaceFrame.Builder |
FaceFrame.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FaceFrame.Builder |
FaceFrame.Builder.clearTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this location.
|
FaceFrame.Builder |
FaceFrame.Builder.clone() |
FaceFrame.Builder |
FaceAnnotation.Builder.getFramesBuilder(int index)
All video frames where a face was detected.
|
FaceFrame.Builder |
FaceFrame.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FaceFrame.Builder |
FaceFrame.Builder.mergeFrom(FaceFrame other) |
FaceFrame.Builder |
FaceFrame.Builder.mergeFrom(com.google.protobuf.Message other) |
FaceFrame.Builder |
FaceFrame.Builder.mergeTimeOffset(com.google.protobuf.Duration value)
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this location.
|
FaceFrame.Builder |
FaceFrame.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FaceFrame.Builder |
FaceFrame.newBuilder()
Deprecated.
|
static FaceFrame.Builder |
FaceFrame.newBuilder(FaceFrame prototype)
Deprecated.
|
FaceFrame.Builder |
FaceFrame.newBuilderForType()
Deprecated.
|
protected FaceFrame.Builder |
FaceFrame.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Deprecated.
|
FaceFrame.Builder |
FaceFrame.Builder.removeNormalizedBoundingBoxes(int index)
Normalized Bounding boxes in a frame.
|
FaceFrame.Builder |
FaceFrame.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FaceFrame.Builder |
FaceFrame.Builder.setNormalizedBoundingBoxes(int index,
NormalizedBoundingBox.Builder builderForValue)
Normalized Bounding boxes in a frame.
|
FaceFrame.Builder |
FaceFrame.Builder.setNormalizedBoundingBoxes(int index,
NormalizedBoundingBox value)
Normalized Bounding boxes in a frame.
|
FaceFrame.Builder |
FaceFrame.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FaceFrame.Builder |
FaceFrame.Builder.setTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this location.
|
FaceFrame.Builder |
FaceFrame.Builder.setTimeOffset(com.google.protobuf.Duration value)
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this location.
|
FaceFrame.Builder |
FaceFrame.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FaceFrame.Builder |
FaceFrame.toBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<FaceFrame.Builder> |
FaceAnnotation.Builder.getFramesBuilderList()
All video frames where a face was detected.
|
| Modifier and Type | Method and Description |
|---|---|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addFrames(FaceFrame.Builder builderForValue)
All video frames where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addFrames(int index,
FaceFrame.Builder builderForValue)
All video frames where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setFrames(int index,
FaceFrame.Builder builderForValue)
All video frames where a face was detected.
|
Copyright © 2022 Google LLC. All rights reserved.