public class AiBcrParseStorageRq extends AiBcrStorageImageRq
Constructor and Description |
---|
AiBcrParseStorageRq() |
AiBcrParseStorageRq(AiBcrOptions options,
List<AiBcrImageStorageFile> images,
StorageFolderLocation outFolder)
Initializes a new instance of the AiBcrParseStorageRq
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
StorageFolderLocation |
getOutFolder()
Parse output folder location on storage
|
int |
hashCode() |
AiBcrParseStorageRq |
outFolder(StorageFolderLocation outFolder) |
void |
setOutFolder(StorageFolderLocation outFolder) |
String |
toString() |
addImagesItem, getImages, images, setImages
getOptions, options, setOptions
public AiBcrParseStorageRq()
public AiBcrParseStorageRq(AiBcrOptions options, List<AiBcrImageStorageFile> images, StorageFolderLocation outFolder)
options
- Recognition optionsimages
- List of images with business cardsoutFolder
- Parse output folder location on storagepublic AiBcrParseStorageRq outFolder(StorageFolderLocation outFolder)
public StorageFolderLocation getOutFolder()
public void setOutFolder(StorageFolderLocation outFolder)
public boolean equals(Object o)
equals
in class AiBcrStorageImageRq
public int hashCode()
hashCode
in class AiBcrStorageImageRq
public String toString()
toString
in class AiBcrStorageImageRq
Copyright © 2020. All rights reserved.