Uses of Class
com.google.cloud.vision.v1.FaceAnnotation
-
Packages that use FaceAnnotation Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of FaceAnnotation in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return FaceAnnotation Modifier and Type Method Description FaceAnnotation
FaceAnnotation.Builder. build()
FaceAnnotation
FaceAnnotation.Builder. buildPartial()
static FaceAnnotation
FaceAnnotation. getDefaultInstance()
FaceAnnotation
FaceAnnotation.Builder. getDefaultInstanceForType()
FaceAnnotation
FaceAnnotation. getDefaultInstanceForType()
FaceAnnotation
AnnotateImageResponse.Builder. getFaceAnnotations(int index)
If present, face detection has completed successfully.FaceAnnotation
AnnotateImageResponse. getFaceAnnotations(int index)
If present, face detection has completed successfully.FaceAnnotation
AnnotateImageResponseOrBuilder. 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(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)
static FaceAnnotation
FaceAnnotation. parseFrom(ByteBuffer data)
static FaceAnnotation
FaceAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1 that return types with arguments of type FaceAnnotation Modifier and Type Method Description List<FaceAnnotation>
AnnotateImageResponse.Builder. getFaceAnnotationsList()
If present, face detection has completed successfully.List<FaceAnnotation>
AnnotateImageResponse. getFaceAnnotationsList()
If present, face detection has completed successfully.List<FaceAnnotation>
AnnotateImageResponseOrBuilder. getFaceAnnotationsList()
If present, face detection has completed successfully.com.google.protobuf.Parser<FaceAnnotation>
FaceAnnotation. getParserForType()
static com.google.protobuf.Parser<FaceAnnotation>
FaceAnnotation. parser()
Methods in com.google.cloud.vision.v1 with parameters of type FaceAnnotation Modifier and Type Method Description AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addFaceAnnotations(int index, FaceAnnotation value)
If present, face detection has completed successfully.AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addFaceAnnotations(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.Method parameters in com.google.cloud.vision.v1 with type arguments of type FaceAnnotation Modifier and Type Method Description AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. addAllFaceAnnotations(Iterable<? extends FaceAnnotation> values)
If present, face detection has completed successfully.
-