public static final class Document.Layout extends GeneratedMessageV3 implements Document.LayoutOrBuilder
Describes the layout information of a text_segment in the document.
Protobuf type google.cloud.automl.v1beta1.Document.Layout
Static Fields
BOUNDING_POLY_FIELD_NUMBER
public static final int BOUNDING_POLY_FIELD_NUMBER
Field Value
PAGE_NUMBER_FIELD_NUMBER
public static final int PAGE_NUMBER_FIELD_NUMBER
Field Value
TEXT_SEGMENT_FIELD_NUMBER
public static final int TEXT_SEGMENT_FIELD_NUMBER
Field Value
TEXT_SEGMENT_TYPE_FIELD_NUMBER
public static final int TEXT_SEGMENT_TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Document.Layout getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Document.Layout.Builder newBuilder()
Returns
newBuilder(Document.Layout prototype)
public static Document.Layout.Builder newBuilder(Document.Layout prototype)
Parameter
Returns
public static Document.Layout parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Document.Layout parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Document.Layout parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Document.Layout parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Document.Layout parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Document.Layout parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Document.Layout parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Document.Layout parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Document.Layout parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Document.Layout parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Document.Layout parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Document.Layout parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Document.Layout> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
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
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
getDefaultInstanceForType()
public Document.Layout getDefaultInstanceForType()
Returns
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.
|
getParserForType()
public Parser<Document.Layout> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTextSegment()
public TextSegment getTextSegment()
Text Segment that represents a segment in
document_text.
.google.cloud.automl.v1beta1.TextSegment text_segment = 1;
Returns
getTextSegmentOrBuilder()
public TextSegmentOrBuilder getTextSegmentOrBuilder()
Text Segment that represents a segment in
document_text.
.google.cloud.automl.v1beta1.TextSegment text_segment = 1;
Returns
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
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.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Document.Layout.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Document.Layout.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Document.Layout.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions