| Modifier and Type | Method and Description |
|---|---|
FaceAnnotation |
FaceAnnotation.Builder.build() |
FaceAnnotation |
FaceAnnotation.Builder.buildPartial() |
static FaceAnnotation |
FaceAnnotation.getDefaultInstance() |
FaceAnnotation |
FaceAnnotation.getDefaultInstanceForType() |
FaceAnnotation |
FaceAnnotation.Builder.getDefaultInstanceForType() |
FaceAnnotation |
AnnotateImageResponseOrBuilder.getFaceAnnotations(int index)
If present, face detection has completed successfully.
|
FaceAnnotation |
AnnotateImageResponse.getFaceAnnotations(int index)
If present, face detection has completed successfully.
|
FaceAnnotation |
AnnotateImageResponse.Builder.getFaceAnnotations(int index)
If present, face detection has completed successfully.
|
static FaceAnnotation |
FaceAnnotation.parseDelimitedFrom(InputStream input) |
static FaceAnnotation |
FaceAnnotation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation |
FaceAnnotation.parseFrom(byte[] data) |
static FaceAnnotation |
FaceAnnotation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation |
FaceAnnotation.parseFrom(ByteBuffer data) |
static FaceAnnotation |
FaceAnnotation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation |
FaceAnnotation.parseFrom(com.google.protobuf.ByteString data) |
static FaceAnnotation |
FaceAnnotation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation |
FaceAnnotation.parseFrom(com.google.protobuf.CodedInputStream input) |
static FaceAnnotation |
FaceAnnotation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation |
FaceAnnotation.parseFrom(InputStream input) |
static FaceAnnotation |
FaceAnnotation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<FaceAnnotation> |
AnnotateImageResponseOrBuilder.getFaceAnnotationsList()
If present, face detection has completed successfully.
|
List<FaceAnnotation> |
AnnotateImageResponse.getFaceAnnotationsList()
If present, face detection has completed successfully.
|
List<FaceAnnotation> |
AnnotateImageResponse.Builder.getFaceAnnotationsList()
If present, face detection has completed successfully.
|
com.google.protobuf.Parser<FaceAnnotation> |
FaceAnnotation.getParserForType() |
static com.google.protobuf.Parser<FaceAnnotation> |
FaceAnnotation.parser() |
| Modifier and Type | Method and Description |
|---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addFaceAnnotations(FaceAnnotation value)
If present, face detection has completed successfully.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addFaceAnnotations(int index,
FaceAnnotation value)
If present, face detection has completed successfully.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.mergeFrom(FaceAnnotation other) |
static FaceAnnotation.Builder |
FaceAnnotation.newBuilder(FaceAnnotation prototype) |
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setFaceAnnotations(int index,
FaceAnnotation value)
If present, face detection has completed successfully.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.addAllFaceAnnotations(Iterable<? extends FaceAnnotation> values)
If present, face detection has completed successfully.
|
Copyright © 2022 Google LLC. All rights reserved.