public class AiBcrImageStorageFile extends AiBcrImage
Constructor and Description |
---|
AiBcrImageStorageFile() |
AiBcrImageStorageFile(Boolean isSingle,
StorageFileLocation file)
Initializes a new instance of the AiBcrImageStorageFile
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AiBcrImageStorageFile |
file(StorageFileLocation file) |
StorageFileLocation |
getFile()
Image location
|
int |
hashCode() |
void |
setFile(StorageFileLocation file) |
String |
toString() |
isIsSingle, isSingle, setIsSingle
public AiBcrImageStorageFile()
public AiBcrImageStorageFile(Boolean isSingle, StorageFileLocation file)
isSingle
- Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soonfile
- Image locationpublic AiBcrImageStorageFile file(StorageFileLocation file)
public StorageFileLocation getFile()
public void setFile(StorageFileLocation file)
public boolean equals(Object o)
equals
in class AiBcrImage
public int hashCode()
hashCode
in class AiBcrImage
public String toString()
toString
in class AiBcrImage
Copyright © 2020. All rights reserved.