tencentcloud-sdk-nodejs-ocr 4.1.294 → 4.1.298
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -589,23 +589,23 @@ export interface QuestionSplitLayoutOCRRequest {
|
|
|
589
589
|
*/
|
|
590
590
|
export interface DescribeMarkEssayAgentJobResponse {
|
|
591
591
|
/**
|
|
592
|
-
*
|
|
592
|
+
* <p>图片旋转角度(角度制),文本的水平方向为 0;顺时针为正,逆时针为负。</p>
|
|
593
593
|
*/
|
|
594
594
|
Angle?: number;
|
|
595
595
|
/**
|
|
596
|
-
*
|
|
596
|
+
* <p>配置结构化文本信息。</p>
|
|
597
597
|
*/
|
|
598
598
|
SentenceSuggests?: Array<MarkEssaySuggestions>;
|
|
599
599
|
/**
|
|
600
|
-
*
|
|
600
|
+
* <p>任务执行错误码。当任务状态不为 FAIL 时,该值为""。</p>
|
|
601
601
|
*/
|
|
602
602
|
ErrorCode?: string;
|
|
603
603
|
/**
|
|
604
|
-
*
|
|
604
|
+
* <p>任务执行错误信息。当任务状态不为 FAIL 时,该值为""。</p>
|
|
605
605
|
*/
|
|
606
606
|
ErrorMessage?: string;
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* <p>任务状态。WAIT:等待中,RUN:执行中,FAIL:任务失败,DONE:任务成功</p>
|
|
609
609
|
*/
|
|
610
610
|
JobStatus?: string;
|
|
611
611
|
/**
|
|
@@ -5661,19 +5661,19 @@ export interface FinancialBill {
|
|
|
5661
5661
|
*/
|
|
5662
5662
|
export interface SubmitMarkEssayAgentJobRequest {
|
|
5663
5663
|
/**
|
|
5664
|
-
*
|
|
5664
|
+
* <p>图片/PDF的 Base64 值。要求Base64不超过10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。 示例值:/9j/4AAQSkZJRg.....s97n//2Q==</p>
|
|
5665
5665
|
*/
|
|
5666
5666
|
ImageBase64List?: Array<string>;
|
|
5667
5667
|
/**
|
|
5668
|
-
*
|
|
5668
|
+
* <p>图片/PDF的 Url 地址。要求图片经Base64编码后不超过10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。 示例值:https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/GeneralAccurateOCR/GeneralAccurateOCR1.jpg</p>
|
|
5669
5669
|
*/
|
|
5670
5670
|
ImageUrlList?: Array<string>;
|
|
5671
5671
|
/**
|
|
5672
|
-
*
|
|
5672
|
+
* <p>需要识别的PDF页面的对应页码,仅支持PDF单页识别,默认值为1。 示例值:1</p>
|
|
5673
5673
|
*/
|
|
5674
5674
|
PdfPageNumber?: number;
|
|
5675
5675
|
/**
|
|
5676
|
-
*
|
|
5676
|
+
* <p>批改信息输出配置,当key对应为1表示开启配置开关。 当key为StructureAndContent value为1 表示SentenceSuggest返回篇章结构和内容信息,默认只返回词汇、语句</p>
|
|
5677
5677
|
*/
|
|
5678
5678
|
QuestionConfigMap?: string;
|
|
5679
5679
|
}
|
|
@@ -5831,7 +5831,7 @@ export interface TextVehicleBack {
|
|
|
5831
5831
|
*/
|
|
5832
5832
|
export interface SubmitMarkEssayAgentJobResponse {
|
|
5833
5833
|
/**
|
|
5834
|
-
*
|
|
5834
|
+
* <p>任务唯一ID。由服务端生成。 示例值:1334797167793684480</p>
|
|
5835
5835
|
*/
|
|
5836
5836
|
JobIds?: Array<string>;
|
|
5837
5837
|
/**
|
|
@@ -10798,7 +10798,7 @@ export interface RecognizeValidIDCardOCRResponse {
|
|
|
10798
10798
|
*/
|
|
10799
10799
|
export interface DescribeMarkEssayAgentJobRequest {
|
|
10800
10800
|
/**
|
|
10801
|
-
*
|
|
10801
|
+
* <p>任务唯一ID。由服务端生成。</p>
|
|
10802
10802
|
*/
|
|
10803
10803
|
JobId?: string;
|
|
10804
10804
|
}
|