| Modifier and Type | Method and Description |
|---|---|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addAllFrames(Iterable<? extends FaceFrame> values)
All video frames where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addAllSegments(Iterable<? extends FaceSegment> values)
All video segments where a face was detected.
|
FaceAnnotation.Builder |
VideoAnnotationResults.Builder.addFaceAnnotationsBuilder()
Deprecated.
|
FaceAnnotation.Builder |
VideoAnnotationResults.Builder.addFaceAnnotationsBuilder(int index)
Deprecated.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addFrames(FaceFrame.Builder builderForValue)
All video frames where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addFrames(FaceFrame value)
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.addFrames(int index,
FaceFrame value)
All video frames where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FaceAnnotation.Builder |
FaceAnnotation.Builder.addSegments(FaceSegment.Builder builderForValue)
All video segments where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addSegments(FaceSegment value)
All video segments where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addSegments(int index,
FaceSegment.Builder builderForValue)
All video segments where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addSegments(int index,
FaceSegment value)
All video segments where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.clear() |
FaceAnnotation.Builder |
FaceAnnotation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FaceAnnotation.Builder |
FaceAnnotation.Builder.clearFrames()
All video frames where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FaceAnnotation.Builder |
FaceAnnotation.Builder.clearSegments()
All video segments where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.clearThumbnail()
Thumbnail of a representative face view (in JPEG format).
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.clone() |
FaceAnnotation.Builder |
VideoAnnotationResults.Builder.getFaceAnnotationsBuilder(int index)
Deprecated.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FaceAnnotation.Builder |
FaceAnnotation.Builder.mergeFrom(FaceAnnotation other) |
FaceAnnotation.Builder |
FaceAnnotation.Builder.mergeFrom(com.google.protobuf.Message other) |
FaceAnnotation.Builder |
FaceAnnotation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FaceAnnotation.Builder |
FaceAnnotation.newBuilder()
Deprecated.
|
static FaceAnnotation.Builder |
FaceAnnotation.newBuilder(FaceAnnotation prototype)
Deprecated.
|
FaceAnnotation.Builder |
FaceAnnotation.newBuilderForType()
Deprecated.
|
protected FaceAnnotation.Builder |
FaceAnnotation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Deprecated.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.removeFrames(int index)
All video frames where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.removeSegments(int index)
All video segments where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FaceAnnotation.Builder |
FaceAnnotation.Builder.setFrames(int index,
FaceFrame.Builder builderForValue)
All video frames where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setFrames(int index,
FaceFrame value)
All video frames where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FaceAnnotation.Builder |
FaceAnnotation.Builder.setSegments(int index,
FaceSegment.Builder builderForValue)
All video segments where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setSegments(int index,
FaceSegment value)
All video segments where a face was detected.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setThumbnail(com.google.protobuf.ByteString value)
Thumbnail of a representative face view (in JPEG format).
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FaceAnnotation.Builder |
FaceAnnotation.toBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<FaceAnnotation.Builder> |
VideoAnnotationResults.Builder.getFaceAnnotationsBuilderList()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addFaceAnnotations(FaceAnnotation.Builder builderForValue)
Deprecated.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addFaceAnnotations(int index,
FaceAnnotation.Builder builderForValue)
Deprecated.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.setFaceAnnotations(int index,
FaceAnnotation.Builder builderForValue)
Deprecated.
|
Copyright © 2022 Google LLC. All rights reserved.