Class Document.Layout.Builder (2.83.0)

public static final class Document.Layout.Builder extends GeneratedMessage.Builder<Document.Layout.Builder> implements Document.LayoutOrBuilder

Describes the layout information of a text_segment in the document.

Protobuf type google.cloud.automl.v1beta1.Document.Layout

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Document.Layout build()
Returns
Type Description
Document.Layout

buildPartial()

public Document.Layout buildPartial()
Returns
Type Description
Document.Layout

clear()

public Document.Layout.Builder clear()
Returns
Type Description
Document.Layout.Builder
Overrides

clearBoundingPoly()

public Document.Layout.Builder clearBoundingPoly()

The position of the text_segment in the page. Contains exactly 4

normalized_vertices and they are connected by edges in the order provided, which will represent a rectangle parallel to the frame. The NormalizedVertex-s are relative to the page. Coordinates are based on top-left as point (0,0).

.google.cloud.automl.v1beta1.BoundingPoly bounding_poly = 3;

Returns
Type Description
Document.Layout.Builder

clearPageNumber()

public Document.Layout.Builder clearPageNumber()

Page number of the text_segment in the original document, starts from 1.

int32 page_number = 2;

Returns
Type Description
Document.Layout.Builder

This builder for chaining.

clearTextSegment()

public Document.Layout.Builder clearTextSegment()

Text Segment that represents a segment in document_text.

.google.cloud.automl.v1beta1.TextSegment text_segment = 1;

Returns
Type Description
Document.Layout.Builder

clearTextSegmentType()

public Document.Layout.Builder clearTextSegmentType()

The type of the text_segment in document.

.google.cloud.automl.v1beta1.Document.Layout.TextSegmentType text_segment_type = 4;

Returns
Type Description
Document.Layout.Builder

This builder for chaining.

getBoundingPoly()

public BoundingPoly getBoundingPoly()

The position of the text_segment in the page. Contains exactly 4

normalized_vertices and they are connected by edges in the order provided, which will represent a rectangle parallel to the frame. The NormalizedVertex-s are relative to the page. Coordinates are based on top-left as point (0,0).

.google.cloud.automl.v1beta1.BoundingPoly bounding_poly = 3;

Returns
Type Description
BoundingPoly

The boundingPoly.

getBoundingPolyBuilder()

public BoundingPoly.Builder getBoundingPolyBuilder()

The position of the text_segment in the page. Contains exactly 4

normalized_vertices and they are connected by edges in the order provided, which will represent a rectangle parallel to the frame. The NormalizedVertex-s are relative to the page. Coordinates are based on top-left as point (0,0).

.google.cloud.automl.v1beta1.BoundingPoly bounding_poly = 3;

Returns
Type Description
BoundingPoly.Builder

getBoundingPolyOrBuilder()

public BoundingPolyOrBuilder getBoundingPolyOrBuilder()

The position of the text_segment in the page. Contains exactly 4

normalized_vertices and they are connected by edges in the order provided, which will represent a rectangle parallel to the frame. The NormalizedVertex-s are relative to the page. Coordinates are based on top-left as point (0,0).

.google.cloud.automl.v1beta1.BoundingPoly bounding_poly = 3;

Returns
Type Description
BoundingPolyOrBuilder

getDefaultInstanceForType()

public Document.Layout getDefaultInstanceForType()
Returns
Type Description
Document.Layout

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPageNumber()

public int getPageNumber()

Page number of the text_segment in the original document, starts from 1.

int32 page_number = 2;

Returns
Type Description
int

The pageNumber.

getTextSegment()

public TextSegment getTextSegment()

Text Segment that represents a segment in document_text.

.google.cloud.automl.v1beta1.TextSegment text_segment = 1;

Returns
Type Description
TextSegment

The textSegment.

getTextSegmentBuilder()

public TextSegment.Builder getTextSegmentBuilder()

Text Segment that represents a segment in document_text.

.google.cloud.automl.v1beta1.TextSegment text_segment = 1;

Returns
Type Description
TextSegment.Builder

getTextSegmentOrBuilder()

public TextSegmentOrBuilder getTextSegmentOrBuilder()

Text Segment that represents a segment in document_text.

.google.cloud.automl.v1beta1.TextSegment text_segment = 1;

Returns
Type Description
TextSegmentOrBuilder

getTextSegmentType()

public Document.Layout.TextSegmentType getTextSegmentType()

The type of the text_segment in document.

.google.cloud.automl.v1beta1.Document.Layout.TextSegmentType text_segment_type = 4;

Returns
Type Description
Document.Layout.TextSegmentType

The textSegmentType.

getTextSegmentTypeValue()

public int getTextSegmentTypeValue()

The type of the text_segment in document.

.google.cloud.automl.v1beta1.Document.Layout.TextSegmentType text_segment_type = 4;

Returns
Type Description
int

The enum numeric value on the wire for textSegmentType.

hasBoundingPoly()

public boolean hasBoundingPoly()

The position of the text_segment in the page. Contains exactly 4

normalized_vertices and they are connected by edges in the order provided, which will represent a rectangle parallel to the frame. The NormalizedVertex-s are relative to the page. Coordinates are based on top-left as point (0,0).

.google.cloud.automl.v1beta1.BoundingPoly bounding_poly = 3;

Returns
Type Description
boolean

Whether the boundingPoly field is set.

hasTextSegment()

public boolean hasTextSegment()

Text Segment that represents a segment in document_text.

.google.cloud.automl.v1beta1.TextSegment text_segment = 1;

Returns
Type Description
boolean

Whether the textSegment field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeBoundingPoly(BoundingPoly value)

public Document.Layout.Builder mergeBoundingPoly(BoundingPoly value)

The position of the text_segment in the page. Contains exactly 4

normalized_vertices and they are connected by edges in the order provided, which will represent a rectangle parallel to the frame. The NormalizedVertex-s are relative to the page. Coordinates are based on top-left as point (0,0).

.google.cloud.automl.v1beta1.BoundingPoly bounding_poly = 3;

Parameter
Name Description
value BoundingPoly
Returns
Type Description
Document.Layout.Builder

mergeFrom(Document.Layout other)

public Document.Layout.Builder mergeFrom(Document.Layout other)
Parameter
Name Description
other Document.Layout
Returns
Type Description
Document.Layout.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Document.Layout.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Document.Layout.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Document.Layout.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Document.Layout.Builder
Overrides

mergeTextSegment(TextSegment value)

public Document.Layout.Builder mergeTextSegment(TextSegment value)

Text Segment that represents a segment in document_text.

.google.cloud.automl.v1beta1.TextSegment text_segment = 1;

Parameter
Name Description
value TextSegment
Returns
Type Description
Document.Layout.Builder

setBoundingPoly(BoundingPoly value)

public Document.Layout.Builder setBoundingPoly(BoundingPoly value)

The position of the text_segment in the page. Contains exactly 4

normalized_vertices and they are connected by edges in the order provided, which will represent a rectangle parallel to the frame. The NormalizedVertex-s are relative to the page. Coordinates are based on top-left as point (0,0).

.google.cloud.automl.v1beta1.BoundingPoly bounding_poly = 3;

Parameter
Name Description
value BoundingPoly
Returns
Type Description
Document.Layout.Builder

setBoundingPoly(BoundingPoly.Builder builderForValue)

public Document.Layout.Builder setBoundingPoly(BoundingPoly.Builder builderForValue)

The position of the text_segment in the page. Contains exactly 4

normalized_vertices and they are connected by edges in the order provided, which will represent a rectangle parallel to the frame. The NormalizedVertex-s are relative to the page. Coordinates are based on top-left as point (0,0).

.google.cloud.automl.v1beta1.BoundingPoly bounding_poly = 3;

Parameter
Name Description
builderForValue BoundingPoly.Builder
Returns
Type Description
Document.Layout.Builder

setPageNumber(int value)

public Document.Layout.Builder setPageNumber(int value)

Page number of the text_segment in the original document, starts from 1.

int32 page_number = 2;

Parameter
Name Description
value int

The pageNumber to set.

Returns
Type Description
Document.Layout.Builder

This builder for chaining.

setTextSegment(TextSegment value)

public Document.Layout.Builder setTextSegment(TextSegment value)

Text Segment that represents a segment in document_text.

.google.cloud.automl.v1beta1.TextSegment text_segment = 1;

Parameter
Name Description
value TextSegment
Returns
Type Description
Document.Layout.Builder

setTextSegment(TextSegment.Builder builderForValue)

public Document.Layout.Builder setTextSegment(TextSegment.Builder builderForValue)

Text Segment that represents a segment in document_text.

.google.cloud.automl.v1beta1.TextSegment text_segment = 1;

Parameter
Name Description
builderForValue TextSegment.Builder
Returns
Type Description
Document.Layout.Builder

setTextSegmentType(Document.Layout.TextSegmentType value)

public Document.Layout.Builder setTextSegmentType(Document.Layout.TextSegmentType value)

The type of the text_segment in document.

.google.cloud.automl.v1beta1.Document.Layout.TextSegmentType text_segment_type = 4;

Parameter
Name Description
value Document.Layout.TextSegmentType

The textSegmentType to set.

Returns
Type Description
Document.Layout.Builder

This builder for chaining.

setTextSegmentTypeValue(int value)

public Document.Layout.Builder setTextSegmentTypeValue(int value)

The type of the text_segment in document.

.google.cloud.automl.v1beta1.Document.Layout.TextSegmentType text_segment_type = 4;

Parameter
Name Description
value int

The enum numeric value on the wire for textSegmentType to set.

Returns
Type Description
Document.Layout.Builder

This builder for chaining.