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