Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
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 |
FaceAnnotationOrBuilder.getLandmarks(int index)
Detected face landmarks.
|
FaceAnnotation.Landmark |
FaceAnnotation.getLandmarks(int index)
Detected face landmarks.
|
FaceAnnotation.Landmark |
FaceAnnotation.Builder.getLandmarks(int index)
Detected face landmarks.
|
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseDelimitedFrom(InputStream input) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(byte[] data) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(ByteBuffer data) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(ByteString data) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(CodedInputStream input) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(InputStream input) |
static FaceAnnotation.Landmark |
FaceAnnotation.Landmark.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<FaceAnnotation.Landmark> |
FaceAnnotationOrBuilder.getLandmarksList()
Detected face landmarks.
|
List<FaceAnnotation.Landmark> |
FaceAnnotation.getLandmarksList()
Detected face landmarks.
|
List<FaceAnnotation.Landmark> |
FaceAnnotation.Builder.getLandmarksList()
Detected face landmarks.
|
Parser<FaceAnnotation.Landmark> |
FaceAnnotation.Landmark.getParserForType() |
static 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 © 2022 Google LLC. All rights reserved.