Uses of Class
com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation
-
Packages that use FaceDetectionAnnotation Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of FaceDetectionAnnotation in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 that return FaceDetectionAnnotation Modifier and Type Method Description FaceDetectionAnnotation
FaceDetectionAnnotation.Builder. build()
FaceDetectionAnnotation
FaceDetectionAnnotation.Builder. buildPartial()
static FaceDetectionAnnotation
FaceDetectionAnnotation. getDefaultInstance()
FaceDetectionAnnotation
FaceDetectionAnnotation.Builder. getDefaultInstanceForType()
FaceDetectionAnnotation
FaceDetectionAnnotation. getDefaultInstanceForType()
FaceDetectionAnnotation
VideoAnnotationResults.Builder. getFaceDetectionAnnotations(int index)
Face detection annotations.FaceDetectionAnnotation
VideoAnnotationResults. 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(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)
static FaceDetectionAnnotation
FaceDetectionAnnotation. parseFrom(ByteBuffer data)
static FaceDetectionAnnotation
FaceDetectionAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type FaceDetectionAnnotation Modifier and Type Method Description List<FaceDetectionAnnotation>
VideoAnnotationResults.Builder. getFaceDetectionAnnotationsList()
Face detection annotations.List<FaceDetectionAnnotation>
VideoAnnotationResults. 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()
Methods in com.google.cloud.videointelligence.v1p3beta1 with parameters of type FaceDetectionAnnotation Modifier and Type Method Description VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addFaceDetectionAnnotations(int index, FaceDetectionAnnotation value)
Face detection annotations.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addFaceDetectionAnnotations(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.Method parameters in com.google.cloud.videointelligence.v1p3beta1 with type arguments of type FaceDetectionAnnotation Modifier and Type Method Description VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addAllFaceDetectionAnnotations(Iterable<? extends FaceDetectionAnnotation> values)
Face detection annotations.
-