Google Cloud Documentai V1Document Page Line Args
data class GoogleCloudDocumentaiV1DocumentPageLineArgs(val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, val layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, val provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageLineArgs>
A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be horizontal, vertical, etc.
Constructors
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentPageLineArgs(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