public class AiBcrParseStorageRq extends AiBcrStorageImageRq
Constructor and Description |
---|
AiBcrParseStorageRq() |
AiBcrParseStorageRq(AiBcrOptions options,
List<AiBcrImageStorageFile> images,
Object outFolder)
Initializes a new instance of the AiBcrParseStorageRq
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getOutFolder()
Parse output folder location on storage
|
int |
hashCode() |
AiBcrParseStorageRq |
outFolder(Object outFolder)
Set outFolder and return this.
|
void |
setOutFolder(Object outFolder)
Set outFolder.
|
String |
toString() |
addImagesItem, getImages, images, setImages
getOptions, options, setOptions
public AiBcrParseStorageRq()
public AiBcrParseStorageRq(AiBcrOptions options, List<AiBcrImageStorageFile> images, Object outFolder)
options
- Recognition optionsimages
- List of images with business cardsoutFolder
- Parse output folder location on storagepublic AiBcrParseStorageRq outFolder(Object outFolder)
outFolder
- Parse output folder location on storagepublic Object getOutFolder()
public void setOutFolder(Object outFolder)
outFolder
- Parse output folder location on storagepublic 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.