Skip to content

Commit ab84686

Browse files
committed
SDK version 19.12.0 generated
1 parent 52ec4a1 commit ab84686

18 files changed

+11
-517
lines changed

docs/AiBcrImage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**isSingle** | **Boolean** | Determines that image contains single VCard or more |
7+
**isSingle** | **Boolean** | Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soon |
88

99

1010
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to API README]](README.md)

docs/AiBcrParseOcrDataRq.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/AiBcrParseOcrDataStorageRq.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/EmailAccountRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**host** | **String** | Email account host |
88
**port** | **Integer** | Email account port |
99
**login** | **String** | Email account login |
10-
**securityOptions** | **String** | Security mode for a mail client Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto |
10+
**securityOptions** | **String** | Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto |
1111
**protocolType** | **String** | Type of connection protocol. Enum, available values: IMAP, POP3, SMTP, EWS, WebDav |
1212
**description** | **String** | Email account description | [optional]
1313
**storageFile** | [**StorageFileLocation**](StorageFileLocation.md) | A storage file location info to store email account |

docs/EmailApi.md

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -172,50 +172,6 @@ Name | Type | Description | Notes
172172

173173
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to API README]](README.md)
174174

175-
<a name="aiBcrParseOcrData"></a>
176-
## **aiBcrParseOcrData**
177-
> [ListResponseOfHierarchicalObject](ListResponseOfHierarchicalObject.md) aiBcrParseOcrData(AiBcrParseOcrDataRequestData request)
178-
179-
Parse OCR data to vCard properties
180-
181-
### **AiBcrParseOcrDataRequestData** Parameters
182-
```java
183-
public AiBcrParseOcrDataRequestData(
184-
AiBcrParseOcrDataRq rq)
185-
```
186-
187-
Name | Type | Description | Notes
188-
------------- | ------------- | ------------- | -------------
189-
**rq** | [**AiBcrParseOcrDataRq**](AiBcrParseOcrDataRq.md)| |
190-
191-
### Return type
192-
193-
[**ListResponseOfHierarchicalObject**](ListResponseOfHierarchicalObject.md)
194-
195-
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to API README]](README.md)
196-
197-
<a name="aiBcrParseOcrDataStorage"></a>
198-
## **aiBcrParseOcrDataStorage**
199-
> [ListResponseOfStorageFileLocation](ListResponseOfStorageFileLocation.md) aiBcrParseOcrDataStorage(AiBcrParseOcrDataStorageRequestData request)
200-
201-
Parse vCards from OCR data and save them to Storage
202-
203-
### **AiBcrParseOcrDataStorageRequestData** Parameters
204-
```java
205-
public AiBcrParseOcrDataStorageRequestData(
206-
AiBcrParseOcrDataStorageRq rq)
207-
```
208-
209-
Name | Type | Description | Notes
210-
------------- | ------------- | ------------- | -------------
211-
**rq** | [**AiBcrParseOcrDataStorageRq**](AiBcrParseOcrDataStorageRq.md)| |
212-
213-
### Return type
214-
215-
[**ListResponseOfStorageFileLocation**](ListResponseOfStorageFileLocation.md)
216-
217-
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to API README]](README.md)
218-
219175
<a name="aiBcrParseStorage"></a>
220176
## **aiBcrParseStorage**
221177
> [ListResponseOfStorageFileLocation](ListResponseOfStorageFileLocation.md) aiBcrParseStorage(AiBcrParseStorageRequestData request)

docs/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Class | Method | HTTP request | Description
1212
*EmailApi* | [**aiBcrOcr**](EmailApi.md#aibcrocr) | **POST** /email/AiBcr/ocr | Ocr images
1313
*EmailApi* | [**aiBcrOcrStorage**](EmailApi.md#aibcrocrstorage) | **POST** /email/AiBcr/ocr-storage | Ocr images from storage
1414
*EmailApi* | [**aiBcrParse**](EmailApi.md#aibcrparse) | **POST** /email/AiBcr/parse | Parse images to vCard properties
15-
*EmailApi* | [**aiBcrParseOcrData**](EmailApi.md#aibcrparseocrdata) | **POST** /email/AiBcr/parse-ocr-data | Parse OCR data to vCard properties
16-
*EmailApi* | [**aiBcrParseOcrDataStorage**](EmailApi.md#aibcrparseocrdatastorage) | **POST** /email/AiBcr/parse-ocr-data-storage | Parse vCards from OCR data and save them to Storage
1715
*EmailApi* | [**aiBcrParseStorage**](EmailApi.md#aibcrparsestorage) | **POST** /email/AiBcr/parse-storage | Parse images from storage to vCard files
1816
*EmailApi* | [**aiNameComplete**](EmailApi.md#ainamecomplete) | **GET** /email/AiName/complete | The call proposes k most probable names for given starting characters
1917
*EmailApi* | [**aiNameExpand**](EmailApi.md#ainameexpand) | **GET** /email/AiName/expand | Expands a person&#39;s name into a list of possible alternatives using options for expanding instructions
@@ -138,7 +136,6 @@ Class | Method | HTTP request | Description
138136
- [com.aspose.email.cloud.sdk.model.AiBcrBase64Image](AiBcrBase64Image.md)
139137
- [com.aspose.email.cloud.sdk.model.AiBcrBase64Rq](AiBcrBase64Rq.md)
140138
- [com.aspose.email.cloud.sdk.model.AiBcrImageStorageFile](AiBcrImageStorageFile.md)
141-
- [com.aspose.email.cloud.sdk.model.AiBcrParseOcrDataRq](AiBcrParseOcrDataRq.md)
142139
- [com.aspose.email.cloud.sdk.model.AiBcrStorageImageRq](AiBcrStorageImageRq.md)
143140
- [com.aspose.email.cloud.sdk.model.AiNameParsedMatchRq](AiNameParsedMatchRq.md)
144141
- [com.aspose.email.cloud.sdk.model.AppendEmailAccountBaseRequest](AppendEmailAccountBaseRequest.md)
@@ -156,7 +153,6 @@ Class | Method | HTTP request | Description
156153
- [com.aspose.email.cloud.sdk.model.SendEmailMimeBaseRequest](SendEmailMimeBaseRequest.md)
157154
- [com.aspose.email.cloud.sdk.model.SetMessageReadFlagAccountBaseRequest](SetMessageReadFlagAccountBaseRequest.md)
158155
- [com.aspose.email.cloud.sdk.model.StorageFileLocation](StorageFileLocation.md)
159-
- [com.aspose.email.cloud.sdk.model.AiBcrParseOcrDataStorageRq](AiBcrParseOcrDataStorageRq.md)
160156
- [com.aspose.email.cloud.sdk.model.AiBcrParseStorageRq](AiBcrParseStorageRq.md)
161157
- [com.aspose.email.cloud.sdk.model.AppendEmailBaseRequest](AppendEmailBaseRequest.md)
162158
- [com.aspose.email.cloud.sdk.model.AppendEmailMimeBaseRequest](AppendEmailMimeBaseRequest.md)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>aspose-email-cloud</artifactId>
55
<packaging>jar</packaging>
66
<name>aspose-email-cloud</name>
7-
<version>19.11.1</version>
7+
<version>19.12.0</version>
88
<url>https://github.com/aspose-email-cloud/aspose-email-cloud-java</url>
99
<description>Aspose.Email Cloud SDK</description>
1010
<licenses>

src/main/java/com/aspose/email/cloud/sdk/api/EmailApi.java

Lines changed: 0 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -483,84 +483,6 @@ public ListResponseOfHierarchicalObject aiBcrParse(AiBcrParseRequestData request
483483
return SerializationHelper.deserialize(new String(response), ListResponseOfHierarchicalObject.class);
484484
}
485485

486-
/**
487-
* Parse OCR data to vCard properties
488-
*
489-
* @param request Holds parameters for this request invocation.
490-
* @return ListResponseOfHierarchicalObject
491-
* @throws Exception
492-
*/
493-
public ListResponseOfHierarchicalObject aiBcrParseOcrData(AiBcrParseOcrDataRequestData request) throws Exception
494-
{
495-
// verify the required parameter 'request.rq' is set
496-
if (request.rq== null) {
497-
throw new ApiException(400, "Missing the required parameter 'request.rq' when calling aiBcrParseOcrData");
498-
}
499-
// create path and map variables
500-
String resourcePath = this.Configuration.getApiRootUrl() + "/email/AiBcr/parse-ocr-data";
501-
502-
HashMap<String, Object> formParams = new HashMap<String, Object>();
503-
504-
505-
String postBody = null;
506-
507-
postBody = SerializationHelper.serialize(request.rq);
508-
509-
byte[] response = this.apiInvoker.invokeApi(
510-
resourcePath,
511-
"POST",
512-
postBody,
513-
null,
514-
formParams);
515-
516-
517-
if (response == null)
518-
{
519-
return null;
520-
}
521-
522-
return SerializationHelper.deserialize(new String(response), ListResponseOfHierarchicalObject.class);
523-
}
524-
525-
/**
526-
* Parse vCards from OCR data and save them to Storage
527-
*
528-
* @param request Holds parameters for this request invocation.
529-
* @return ListResponseOfStorageFileLocation
530-
* @throws Exception
531-
*/
532-
public ListResponseOfStorageFileLocation aiBcrParseOcrDataStorage(AiBcrParseOcrDataStorageRequestData request) throws Exception
533-
{
534-
// verify the required parameter 'request.rq' is set
535-
if (request.rq== null) {
536-
throw new ApiException(400, "Missing the required parameter 'request.rq' when calling aiBcrParseOcrDataStorage");
537-
}
538-
// create path and map variables
539-
String resourcePath = this.Configuration.getApiRootUrl() + "/email/AiBcr/parse-ocr-data-storage";
540-
541-
HashMap<String, Object> formParams = new HashMap<String, Object>();
542-
543-
544-
String postBody = null;
545-
546-
postBody = SerializationHelper.serialize(request.rq);
547-
548-
byte[] response = this.apiInvoker.invokeApi(
549-
resourcePath,
550-
"POST",
551-
postBody,
552-
null,
553-
formParams);
554-
555-
556-
if (response == null)
557-
{
558-
return null;
559-
}
560-
561-
return SerializationHelper.deserialize(new String(response), ListResponseOfStorageFileLocation.class);
562-
}
563-
564486
/**
565487
* Parse images from storage to vCard files
566488
*

src/main/java/com/aspose/email/cloud/sdk/model/AiBcrBase64Image.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public AiBcrBase64Image() {
111111

112112
/**
113113
* Initializes a new instance of the AiBcrBase64Image
114-
* @param isSingle Determines that image contains single VCard or more
114+
* @param isSingle Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soon
115115
* @param base64Data Image data in base64
116116
*/
117117
public AiBcrBase64Image(Boolean isSingle, String base64Data) {

src/main/java/com/aspose/email/cloud/sdk/model/AiBcrImage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public AiBcrImage isSingle(Boolean isSingle) {
5252
}
5353

5454
/**
55-
* Determines that image contains single VCard or more
55+
* Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soon
5656
* @return isSingle
5757
**/
5858
public Boolean isIsSingle() {
@@ -109,7 +109,7 @@ public AiBcrImage() {
109109

110110
/**
111111
* Initializes a new instance of the AiBcrImage
112-
* @param isSingle Determines that image contains single VCard or more
112+
* @param isSingle Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soon
113113
*/
114114
public AiBcrImage(Boolean isSingle) {
115115
super();

0 commit comments

Comments
 (0)