| Modifier and Type | Method and Description |
|---|---|
FaceDetectionAnnotation |
FaceDetectionAnnotation.Builder.build() |
FaceDetectionAnnotation |
FaceDetectionAnnotation.Builder.buildPartial() |
static FaceDetectionAnnotation |
FaceDetectionAnnotation.getDefaultInstance() |
FaceDetectionAnnotation |
FaceDetectionAnnotation.getDefaultInstanceForType() |
FaceDetectionAnnotation |
FaceDetectionAnnotation.Builder.getDefaultInstanceForType() |
FaceDetectionAnnotation |
VideoAnnotationResults.getFaceDetectionAnnotations(int index)
Face detection annotations.
|
FaceDetectionAnnotation |
VideoAnnotationResults.Builder.getFaceDetectionAnnotations(int index)
Face detection annotations.
|
FaceDetectionAnnotation |
VideoAnnotationResultsOrBuilder.getFaceDetectionAnnotations(int index)
Face detection annotations.
|
static FaceDetectionAnnotation |
FaceDetectionAnnotation.parseDelimitedFrom(InputStream input) |
static FaceDetectionAnnotation |
FaceDetectionAnnotation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceDetectionAnnotation |
FaceDetectionAnnotation.parseFrom(byte[] data) |
static FaceDetectionAnnotation |
FaceDetectionAnnotation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceDetectionAnnotation |
FaceDetectionAnnotation.parseFrom(ByteBuffer data) |
static FaceDetectionAnnotation |
FaceDetectionAnnotation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceDetectionAnnotation |
FaceDetectionAnnotation.parseFrom(com.google.protobuf.ByteString data) |
static FaceDetectionAnnotation |
FaceDetectionAnnotation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceDetectionAnnotation |
FaceDetectionAnnotation.parseFrom(com.google.protobuf.CodedInputStream input) |
static FaceDetectionAnnotation |
FaceDetectionAnnotation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaceDetectionAnnotation |
FaceDetectionAnnotation.parseFrom(InputStream input) |
static FaceDetectionAnnotation |
FaceDetectionAnnotation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<FaceDetectionAnnotation> |
VideoAnnotationResults.getFaceDetectionAnnotationsList()
Face detection annotations.
|
List<FaceDetectionAnnotation> |
VideoAnnotationResults.Builder.getFaceDetectionAnnotationsList()
Face detection annotations.
|
List<FaceDetectionAnnotation> |
VideoAnnotationResultsOrBuilder.getFaceDetectionAnnotationsList()
Face detection annotations.
|
com.google.protobuf.Parser<FaceDetectionAnnotation> |
FaceDetectionAnnotation.getParserForType() |
static com.google.protobuf.Parser<FaceDetectionAnnotation> |
FaceDetectionAnnotation.parser() |
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addFaceDetectionAnnotations(FaceDetectionAnnotation value)
Face detection annotations.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addFaceDetectionAnnotations(int index,
FaceDetectionAnnotation value)
Face detection annotations.
|
FaceDetectionAnnotation.Builder |
FaceDetectionAnnotation.Builder.mergeFrom(FaceDetectionAnnotation other) |
static FaceDetectionAnnotation.Builder |
FaceDetectionAnnotation.newBuilder(FaceDetectionAnnotation prototype) |
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.setFaceDetectionAnnotations(int index,
FaceDetectionAnnotation value)
Face detection annotations.
|
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addAllFaceDetectionAnnotations(Iterable<? extends FaceDetectionAnnotation> values)
Face detection annotations.
|
Copyright © 2024 Google LLC. All rights reserved.