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.clearIncludeBoundingBoxes() |
Whether bounding boxes be 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(FaceDetectionConfig other) |
|
FaceDetectionConfig.Builder |
FaceDetectionConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
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.setIncludeBoundingBoxes(boolean value) |
Whether bounding boxes be 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() |
|