public class FaceCandidateList extends java.lang.Object implements java.lang.AutoCloseable, java.io.Serializable, java.lang.Iterable<FaceCandidate>
| Constructor and Description |
|---|
FaceCandidateList()
Creates a new instance of the FaceCandidateList class.
|
FaceCandidateList(long handle)
Creates a new instance of the FaceCandidateList class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(FaceCandidate faceCandidateItem)
Adds an item to the FaceCandidateList object.
|
void |
clear()
Clears the FaceCandidateList object.
|
FaceCandidateList |
clone()
Creates a copy of the FaceCandidateList object.
|
void |
close()
Releases all resources used by this FaceCandidateList.
|
protected void |
finalize()
Finalizer for this class.
|
FaceCandidate |
get(int index)
Gets an item of the FaceCandidateList object.
|
int |
getCount()
Gets the number of elements in the FaceCandidateList object.
|
long |
getHandle()
Gets the native handle.
|
java.util.Iterator<FaceCandidate> |
iterator() |
void |
removeAt(int index)
Removes an element of the FaceCandidateList object.
|
void |
resize(int newSize)
FaceCandidateList object.
|
void |
set(int index,
FaceCandidate faceCandidateItem)
Sets an item of the FaceCandidateList object.
|
public FaceCandidateList()
throws FaceException
FaceException - An error has occurred during Face Library execution.public FaceCandidateList(long handle)
throws FaceException
handle - Handle to the FaceCandidateList.FaceException - An error has occurred during Face Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public FaceCandidateList clone() throws FaceException
clone in class java.lang.ObjectFaceException - An error has occurred during Face Library execution.public void clear()
throws FaceException
FaceException - An error has occurred during Face Library execution.public void add(FaceCandidate faceCandidateItem) throws FaceException
faceCandidateItem - FaceCandidate item to add.FaceException - An error has occurred during Face Library execution.public FaceCandidate get(int index) throws FaceException
index - Index of the FaceCandidate item to get.FaceException - An error has occurred during Face Library execution.public void set(int index,
FaceCandidate faceCandidateItem)
throws FaceException
index - Index of the FaceCandidate item to set.faceCandidateItem - FaceCandidate item to set.FaceException - An error has occurred during Face Library execution.public int getCount()
throws FaceException
FaceException - An error has occurred during Face Library execution.public void removeAt(int index)
throws FaceException
index - Index of the FaceCandidate item to remove.FaceException - An error has occurred during Face Library execution.public void resize(int newSize)
throws FaceException
newSize - FaceCandidate object.FaceException - An error has occurred during Face Library execution.public java.util.Iterator<FaceCandidate> iterator()
iterator in interface java.lang.Iterable<FaceCandidate>Copyright © id3 Technologies. All rights reserved. eu.id3.face