Class Line (1.4.1)

Line(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be horizontal, vertical, etc.

Attributes

NameDescription
layout google.cloud.documentai_v1beta2.types.Document.Page.Layout
Layout for Line.
detected_languages Sequence[google.cloud.documentai_v1beta2.types.Document.Page.DetectedLanguage]
A list of detected languages together with confidence.

Inheritance

builtins.object > proto.message.Message > Line