Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
AiBcrOcrDataPart |
AiBcrOcrDataPart.details(Map<String,String> details)
Set details and return this.
|
AiBcrOcrDataPart |
AiBcrOcrDataPart.height(Double height)
Set height and return this.
|
AiBcrOcrDataPart |
AiBcrOcrDataPart.putDetailsItem(String key,
String detailsItem)
Add an item to details and return this.
|
AiBcrOcrDataPart |
AiBcrOcrDataPart.text(String text)
Set text and return this.
|
AiBcrOcrDataPart |
AiBcrOcrDataPart.width(Double width)
Set width and return this.
|
AiBcrOcrDataPart |
AiBcrOcrDataPart.x(Double x)
Set x and return this.
|
AiBcrOcrDataPart |
AiBcrOcrDataPart.y(Double y)
Set y and return this.
|
Modifier and Type | Method and Description |
---|---|
List<AiBcrOcrDataPart> |
AiBcrOcrData.getData()
OCR results
|
Modifier and Type | Method and Description |
---|---|
AiBcrOcrData |
AiBcrOcrData.addDataItem(AiBcrOcrDataPart dataItem)
Add an item to data and return this.
|
Modifier and Type | Method and Description |
---|---|
AiBcrOcrData |
AiBcrOcrData.data(List<AiBcrOcrDataPart> data)
Set data and return this.
|
void |
AiBcrOcrData.setData(List<AiBcrOcrDataPart> data)
Set data.
|
Constructor and Description |
---|
AiBcrOcrData(String id,
String image,
Map<String,String> details,
List<AiBcrOcrDataPart> data)
Initializes a new instance of the AiBcrOcrData
|
Copyright © 2020. All rights reserved.