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)
Set file and return this.
|
StorageFileLocation |
getFile()
Image location
|
int |
hashCode() |
void |
setFile(StorageFileLocation file)
Set file.
|
String |
toString() |
isIsSingle, isSingle, setIsSingle
public AiBcrImageStorageFile()
public AiBcrImageStorageFile(Boolean isSingle, StorageFileLocation file)
isSingle
- Determines that image contains single VCard or more.file
- Image locationpublic AiBcrImageStorageFile file(StorageFileLocation file)
file
- Image locationpublic StorageFileLocation getFile()
public void setFile(StorageFileLocation file)
file
- Image locationpublic 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.