1 Answer
- Newest
- Most votes
- Most comments
1
I found the reason why I wasn't getting same result as the online demo, basically I wasn't handling the NextToken
property, so my response wasn't fully concatenated.
Since GetDocumentAnalysisRequest
has a maximum of 1000
object results, it's necessary to concatenate blocks
after a SUCCEEDED call.
Hope this helps someone else.
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago