DetectDocumentTextResponse constructor
DetectDocumentTextResponse({
- List<
Block> ? blocks, - String? detectDocumentTextModelVersion,
- DocumentMetadata? documentMetadata,
Implementation
DetectDocumentTextResponse({
this.blocks,
this.detectDocumentTextModelVersion,
this.documentMetadata,
});