AnalyzeDocumentResponse constructor
AnalyzeDocumentResponse({
- String? analyzeDocumentModelVersion,
- List<
Block> ? blocks, - DocumentMetadata? documentMetadata,
- HumanLoopActivationOutput? humanLoopActivationOutput,
Implementation
AnalyzeDocumentResponse({
this.analyzeDocumentModelVersion,
this.blocks,
this.documentMetadata,
this.humanLoopActivationOutput,
});