Class Paragraph (1.5.0)

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

A collection of lines that a human would perceive as a paragraph.

Attributes

NameDescription
layout google.cloud.documentai_v1.types.Document.Page.Layout
Layout for Paragraph.
detected_languages Sequence[google.cloud.documentai_v1.types.Document.Page.DetectedLanguage]
A list of detected languages together with confidence.
provenance google.cloud.documentai_v1.types.Document.Provenance
The history of this annotation.

Inheritance

builtins.object > proto.message.Message > Paragraph