| Modifier and Type | Method and Description |
|---|---|
FaceAnnotation.Landmark |
FaceAnnotation.Landmark.Builder.build() |
FaceAnnotation.Landmark |
FaceAnnotation.Landmark.Builder.buildPartial() |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.getDefaultInstance() |
FaceAnnotation.Landmark |
FaceAnnotation.Landmark.getDefaultInstanceForType() |
FaceAnnotation.Landmark |
FaceAnnotation.Landmark.Builder.getDefaultInstanceForType() |
FaceAnnotation.Landmark |
FaceAnnotation.getLandmarks(int index)
Detected face landmarks.
|
FaceAnnotation.Landmark |
FaceAnnotation.Builder.getLandmarks(int index)
Detected face landmarks.
|
FaceAnnotation.Landmark |
FaceAnnotationOrBuilder.getLandmarks(int index)
Detected face landmarks.
|
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseDelimitedFrom(InputStream input) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(byte[] data) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(ByteBuffer data) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(com.google.protobuf.ByteString data) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(com.google.protobuf.CodedInputStream input) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(InputStream input) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<FaceAnnotation.Landmark> |
FaceAnnotation.getLandmarksList()
Detected face landmarks.
|
List<FaceAnnotation.Landmark> |
FaceAnnotation.Builder.getLandmarksList()
Detected face landmarks.
|
List<FaceAnnotation.Landmark> |
FaceAnnotationOrBuilder.getLandmarksList()
Detected face landmarks.
|
com.google.protobuf.Parser<FaceAnnotation.Landmark> |
FaceAnnotation.Landmark.getParserForType() |
static com.google.protobuf.Parser<FaceAnnotation.Landmark> |
FaceAnnotation.Landmark.parser() |
| Modifier and Type | Method and Description |
|---|---|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addLandmarks(FaceAnnotation.Landmark value)
Detected face landmarks.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addLandmarks(int index,
FaceAnnotation.Landmark value)
Detected face landmarks.
|
FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.Builder.mergeFrom(FaceAnnotation.Landmark other) |
static FaceAnnotation.Landmark.Builder |
FaceAnnotation.Landmark.newBuilder(FaceAnnotation.Landmark prototype) |
FaceAnnotation.Builder |
FaceAnnotation.Builder.setLandmarks(int index,
FaceAnnotation.Landmark value)
Detected face landmarks.
|
| Modifier and Type | Method and Description |
|---|---|
FaceAnnotation.Builder |
FaceAnnotation.Builder.addAllLandmarks(Iterable<? extends FaceAnnotation.Landmark> values)
Detected face landmarks.
|
Copyright © 2020 Google LLC. All rights reserved.