public static class RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesParagraphInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
paragraphCount
example:
11
|
List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesParagraphInfoParagraphDetails> |
paragraphDetails |
| 构造器和说明 |
|---|
RecognizeAllTextResponseBodyDataSubImagesParagraphInfo() |
@NameInMap(value="ParagraphCount") public Integer paragraphCount
11
@NameInMap(value="ParagraphDetails") public List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesParagraphInfoParagraphDetails> paragraphDetails
public RecognizeAllTextResponseBodyDataSubImagesParagraphInfo()
public static RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesParagraphInfo build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesParagraphInfo setParagraphCount(Integer paragraphCount)
public Integer getParagraphCount()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesParagraphInfo setParagraphDetails(List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesParagraphInfoParagraphDetails> paragraphDetails)
public List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesParagraphInfoParagraphDetails> getParagraphDetails()
Copyright © 2024. All rights reserved.