Interface protos.google.cloud.automl.v1.Document.ILayout (2.4.5)

Properties of a Layout.

Package

@google-cloud/automl!

Properties

boundingPoly

boundingPoly?: (google.cloud.automl.v1.IBoundingPoly|null);

Layout boundingPoly

Property Value
TypeDescription
(google.cloud.automl.v1.IBoundingPoly|null)

pageNumber

pageNumber?: (number|null);

Layout pageNumber

Property Value
TypeDescription
(number|null)

textSegment

textSegment?: (google.cloud.automl.v1.ITextSegment|null);

Layout textSegment

Property Value
TypeDescription
(google.cloud.automl.v1.ITextSegment|null)

textSegmentType

textSegmentType?: (google.cloud.automl.v1.Document.Layout.TextSegmentType|keyof typeof google.cloud.automl.v1.Document.Layout.TextSegmentType|null);

Layout textSegmentType

Property Value
TypeDescription
(google.cloud.automl.v1.Document.Layout.TextSegmentType|keyof typeof google.cloud.automl.v1.Document.Layout.TextSegmentType|null)