Uses of Class
com.google.cloud.videointelligence.v1.FaceAnnotation
-
Packages that use FaceAnnotation Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of FaceAnnotation in com.google.cloud.videointelligence.v1
Methods in com.google.cloud.videointelligence.v1 that return FaceAnnotation Modifier and Type Method Description FaceAnnotationFaceAnnotation.Builder. build()FaceAnnotationFaceAnnotation.Builder. buildPartial()static FaceAnnotationFaceAnnotation. getDefaultInstance()Deprecated.FaceAnnotationFaceAnnotation.Builder. getDefaultInstanceForType()FaceAnnotationFaceAnnotation. getDefaultInstanceForType()Deprecated.FaceAnnotationVideoAnnotationResults.Builder. getFaceAnnotations(int index)Deprecated.FaceAnnotationVideoAnnotationResults. getFaceAnnotations(int index)Deprecated.FaceAnnotationVideoAnnotationResultsOrBuilder. getFaceAnnotations(int index)Deprecated.static FaceAnnotationFaceAnnotation. parseDelimitedFrom(InputStream input)Deprecated.static FaceAnnotationFaceAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static FaceAnnotationFaceAnnotation. parseFrom(byte[] data)Deprecated.static FaceAnnotationFaceAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static FaceAnnotationFaceAnnotation. parseFrom(com.google.protobuf.ByteString data)Deprecated.static FaceAnnotationFaceAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static FaceAnnotationFaceAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)Deprecated.static FaceAnnotationFaceAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static FaceAnnotationFaceAnnotation. parseFrom(InputStream input)Deprecated.static FaceAnnotationFaceAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static FaceAnnotationFaceAnnotation. parseFrom(ByteBuffer data)Deprecated.static FaceAnnotationFaceAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type FaceAnnotation Modifier and Type Method Description List<FaceAnnotation>VideoAnnotationResults.Builder. getFaceAnnotationsList()Deprecated.List<FaceAnnotation>VideoAnnotationResults. getFaceAnnotationsList()Deprecated.List<FaceAnnotation>VideoAnnotationResultsOrBuilder. getFaceAnnotationsList()Deprecated.com.google.protobuf.Parser<FaceAnnotation>FaceAnnotation. getParserForType()Deprecated.static com.google.protobuf.Parser<FaceAnnotation>FaceAnnotation. parser()Deprecated.Methods in com.google.cloud.videointelligence.v1 with parameters of type FaceAnnotation Modifier and Type Method Description VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addFaceAnnotations(int index, FaceAnnotation value)Deprecated.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addFaceAnnotations(FaceAnnotation value)Deprecated.FaceAnnotation.BuilderFaceAnnotation.Builder. mergeFrom(FaceAnnotation other)static FaceAnnotation.BuilderFaceAnnotation. newBuilder(FaceAnnotation prototype)Deprecated.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. setFaceAnnotations(int index, FaceAnnotation value)Deprecated.Method parameters in com.google.cloud.videointelligence.v1 with type arguments of type FaceAnnotation Modifier and Type Method Description VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addAllFaceAnnotations(Iterable<? extends FaceAnnotation> values)Deprecated.
-