| Modifier and Type | Method and Description |
|---|---|
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.clear() |
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.clearIncludeAttributes()
Whether to enable face attributes detection, such as glasses, dark_glasses,
mouth_open etc.
|
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.clearIncludeBoundingBoxes()
Whether bounding boxes are included in the face annotation output.
|
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.clearModel()
Model to use for face detection.
|
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.clone() |
FaceDetectionConfig.Builder |
VideoContext.Builder.getFaceDetectionConfigBuilder()
Config for FACE_DETECTION.
|
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.mergeFrom(FaceDetectionConfig other) |
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FaceDetectionConfig.Builder |
FaceDetectionConfig.newBuilder() |
static FaceDetectionConfig.Builder |
FaceDetectionConfig.newBuilder(FaceDetectionConfig prototype) |
FaceDetectionConfig.Builder |
FaceDetectionConfig.newBuilderForType() |
protected FaceDetectionConfig.Builder |
FaceDetectionConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.setIncludeAttributes(boolean value)
Whether to enable face attributes detection, such as glasses, dark_glasses,
mouth_open etc.
|
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.setIncludeBoundingBoxes(boolean value)
Whether bounding boxes are included in the face annotation output.
|
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.setModel(String value)
Model to use for face detection.
|
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.setModelBytes(com.google.protobuf.ByteString value)
Model to use for face detection.
|
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FaceDetectionConfig.Builder |
FaceDetectionConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
VideoContext.Builder |
VideoContext.Builder.setFaceDetectionConfig(FaceDetectionConfig.Builder builderForValue)
Config for FACE_DETECTION.
|
Copyright © 2024 Google LLC. All rights reserved.