| Modifier and Type | Method and Description |
|---|---|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Builder.addLandmarksBuilder()
Detected face landmarks.
|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Builder.addLandmarksBuilder(int index)
Detected face landmarks.
|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.clear() |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.clearPosition()
Face landmark position.
|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.clearType()
Face landmark type.
|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.clone() |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Builder.getLandmarksBuilder(int index)
Detected face landmarks.
|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.mergeFrom(FaceAnnotation.Landmark other) |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.mergeFrom(com.google.protobuf.Message other) |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.mergePosition(Position value)
Face landmark position.
|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.newBuilder() |
static FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.newBuilder(FaceAnnotation.Landmark prototype) |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.newBuilderForType() |
protected FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.setPosition(Position.Builder builderForValue)
Face landmark position.
|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.setPosition(Position value)
Face landmark position.
|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.setType(FaceAnnotation.Landmark.Type value)
Face landmark type.
|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.setTypeValue(int value)
Face landmark type.
|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<FaceAnnotation.Landmark.Builder> |
FaceAnnotation.Builder.getLandmarksBuilderList()
Detected face landmarks.
|
| Modifier and Type | Method and Description |
|---|---|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addLandmarks(FaceAnnotation.Landmark.Builder builderForValue)
Detected face landmarks.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addLandmarks(int index,
FaceAnnotation.Landmark.Builder builderForValue)
Detected face landmarks.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setLandmarks(int index,
FaceAnnotation.Landmark.Builder builderForValue)
Detected face landmarks.
|
Copyright © 2022 Google LLC. All rights reserved.