Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
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,
ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation |
FaceAnnotation.parseFrom(byte[] data) |
static FaceAnnotation |
FaceAnnotation.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation |
FaceAnnotation.parseFrom(ByteBuffer data) |
static FaceAnnotation |
FaceAnnotation.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation |
FaceAnnotation.parseFrom(ByteString data) |
static FaceAnnotation |
FaceAnnotation.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation |
FaceAnnotation.parseFrom(CodedInputStream input) |
static FaceAnnotation |
FaceAnnotation.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static FaceAnnotation |
FaceAnnotation.parseFrom(InputStream input) |
static FaceAnnotation |
FaceAnnotation.parseFrom(InputStream input,
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.
|
Parser<FaceAnnotation> |
FaceAnnotation.getParserForType() |
static 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.