Google Cloud Documentai V1Document Page Paragraph Args
data class GoogleCloudDocumentaiV1DocumentPageParagraphArgs(val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, val layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, val provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageParagraphArgs>
A collection of lines that a human would perceive as a paragraph.
Constructors
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentPageParagraphArgs(detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null)
Functions
Properties
Link copied to clipboard
val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null
Link copied to clipboard