Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Class and Description |
---|---|
static class |
FaceAnnotation.Landmark
A face-specific landmark (for example, a face feature).
|
static class |
FaceAnnotation.Landmark.Builder
A face-specific landmark (for example, a face feature).
|
Modifier and Type | Method and Description |
---|---|
FaceAnnotation.LandmarkOrBuilder |
FaceAnnotationOrBuilder.getLandmarksOrBuilder(int index)
Detected face landmarks.
|
FaceAnnotation.LandmarkOrBuilder |
FaceAnnotation.getLandmarksOrBuilder(int index)
Detected face landmarks.
|
FaceAnnotation.LandmarkOrBuilder |
FaceAnnotation.Builder.getLandmarksOrBuilder(int index)
Detected face landmarks.
|
Modifier and Type | Method and Description |
---|---|
List<? extends FaceAnnotation.LandmarkOrBuilder> |
FaceAnnotationOrBuilder.getLandmarksOrBuilderList()
Detected face landmarks.
|
List<? extends FaceAnnotation.LandmarkOrBuilder> |
FaceAnnotation.getLandmarksOrBuilderList()
Detected face landmarks.
|
List<? extends FaceAnnotation.LandmarkOrBuilder> |
FaceAnnotation.Builder.getLandmarksOrBuilderList()
Detected face landmarks.
|
Copyright © 2022 Google LLC. All rights reserved.