public static final class Document.Page.Layout.Builder extends GeneratedMessageV3.Builder<Document.Page.Layout.Builder> implements Document.Page.LayoutOrBuilderVisual element describing a layout unit on a page.
Protobuf type google.cloud.documentai.v1.Document.Page.Layout
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Document.Page.Layout.BuilderImplements
Document.Page.LayoutOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Document.Page.Layout.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Document.Page.Layout.Builder |
build()
public Document.Page.Layout build()| Type | Description |
| Document.Page.Layout |
buildPartial()
public Document.Page.Layout buildPartial()| Type | Description |
| Document.Page.Layout |
clear()
public Document.Page.Layout.Builder clear()| Type | Description |
| Document.Page.Layout.Builder |
clearBoundingPoly()
public Document.Page.Layout.Builder clearBoundingPoly()The bounding polygon for the Layout.
.google.cloud.documentai.v1.BoundingPoly bounding_poly = 3;
| Type | Description |
| Document.Page.Layout.Builder |
clearConfidence()
public Document.Page.Layout.Builder clearConfidence()Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range [0, 1].
float confidence = 2;
| Type | Description |
| Document.Page.Layout.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Document.Page.Layout.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Document.Page.Layout.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Document.Page.Layout.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Document.Page.Layout.Builder |
clearOrientation()
public Document.Page.Layout.Builder clearOrientation()Detected orientation for the Layout.
.google.cloud.documentai.v1.Document.Page.Layout.Orientation orientation = 4;
| Type | Description |
| Document.Page.Layout.Builder | This builder for chaining. |
clearTextAnchor()
public Document.Page.Layout.Builder clearTextAnchor()Text anchor indexing into the Document.text.
.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
| Type | Description |
| Document.Page.Layout.Builder |
clone()
public Document.Page.Layout.Builder clone()| Type | Description |
| Document.Page.Layout.Builder |
getBoundingPoly()
public BoundingPoly getBoundingPoly()The bounding polygon for the Layout.
.google.cloud.documentai.v1.BoundingPoly bounding_poly = 3;
| Type | Description |
| BoundingPoly | The boundingPoly. |
getBoundingPolyBuilder()
public BoundingPoly.Builder getBoundingPolyBuilder()The bounding polygon for the Layout.
.google.cloud.documentai.v1.BoundingPoly bounding_poly = 3;
| Type | Description |
| BoundingPoly.Builder |
getBoundingPolyOrBuilder()
public BoundingPolyOrBuilder getBoundingPolyOrBuilder()The bounding polygon for the Layout.
.google.cloud.documentai.v1.BoundingPoly bounding_poly = 3;
| Type | Description |
| BoundingPolyOrBuilder |
getConfidence()
public float getConfidence()Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range [0, 1].
float confidence = 2;
| Type | Description |
| float | The confidence. |
getDefaultInstanceForType()
public Document.Page.Layout getDefaultInstanceForType()| Type | Description |
| Document.Page.Layout |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getOrientation()
public Document.Page.Layout.Orientation getOrientation()Detected orientation for the Layout.
.google.cloud.documentai.v1.Document.Page.Layout.Orientation orientation = 4;
| Type | Description |
| Document.Page.Layout.Orientation | The orientation. |
getOrientationValue()
public int getOrientationValue()Detected orientation for the Layout.
.google.cloud.documentai.v1.Document.Page.Layout.Orientation orientation = 4;
| Type | Description |
| int | The enum numeric value on the wire for orientation. |
getTextAnchor()
public Document.TextAnchor getTextAnchor()Text anchor indexing into the Document.text.
.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
| Type | Description |
| Document.TextAnchor | The textAnchor. |
getTextAnchorBuilder()
public Document.TextAnchor.Builder getTextAnchorBuilder()Text anchor indexing into the Document.text.
.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
| Type | Description |
| Document.TextAnchor.Builder |
getTextAnchorOrBuilder()
public Document.TextAnchorOrBuilder getTextAnchorOrBuilder()Text anchor indexing into the Document.text.
.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
| Type | Description |
| Document.TextAnchorOrBuilder |
hasBoundingPoly()
public boolean hasBoundingPoly()The bounding polygon for the Layout.
.google.cloud.documentai.v1.BoundingPoly bounding_poly = 3;
| Type | Description |
| boolean | Whether the boundingPoly field is set. |
hasTextAnchor()
public boolean hasTextAnchor()Text anchor indexing into the Document.text.
.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
| Type | Description |
| boolean | Whether the textAnchor field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeBoundingPoly(BoundingPoly value)
public Document.Page.Layout.Builder mergeBoundingPoly(BoundingPoly value)The bounding polygon for the Layout.
.google.cloud.documentai.v1.BoundingPoly bounding_poly = 3;
| Name | Description |
| value | BoundingPoly |
| Type | Description |
| Document.Page.Layout.Builder |
mergeFrom(Document.Page.Layout other)
public Document.Page.Layout.Builder mergeFrom(Document.Page.Layout other)| Name | Description |
| other | Document.Page.Layout |
| Type | Description |
| Document.Page.Layout.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Document.Page.Layout.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Document.Page.Layout.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Document.Page.Layout.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Document.Page.Layout.Builder |
mergeTextAnchor(Document.TextAnchor value)
public Document.Page.Layout.Builder mergeTextAnchor(Document.TextAnchor value)Text anchor indexing into the Document.text.
.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
| Name | Description |
| value | Document.TextAnchor |
| Type | Description |
| Document.Page.Layout.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Document.Page.Layout.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Document.Page.Layout.Builder |
setBoundingPoly(BoundingPoly value)
public Document.Page.Layout.Builder setBoundingPoly(BoundingPoly value)The bounding polygon for the Layout.
.google.cloud.documentai.v1.BoundingPoly bounding_poly = 3;
| Name | Description |
| value | BoundingPoly |
| Type | Description |
| Document.Page.Layout.Builder |
setBoundingPoly(BoundingPoly.Builder builderForValue)
public Document.Page.Layout.Builder setBoundingPoly(BoundingPoly.Builder builderForValue)The bounding polygon for the Layout.
.google.cloud.documentai.v1.BoundingPoly bounding_poly = 3;
| Name | Description |
| builderForValue | BoundingPoly.Builder |
| Type | Description |
| Document.Page.Layout.Builder |
setConfidence(float value)
public Document.Page.Layout.Builder setConfidence(float value)Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range [0, 1].
float confidence = 2;
| Name | Description |
| value | floatThe confidence to set. |
| Type | Description |
| Document.Page.Layout.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Document.Page.Layout.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Document.Page.Layout.Builder |
setOrientation(Document.Page.Layout.Orientation value)
public Document.Page.Layout.Builder setOrientation(Document.Page.Layout.Orientation value)Detected orientation for the Layout.
.google.cloud.documentai.v1.Document.Page.Layout.Orientation orientation = 4;
| Name | Description |
| value | Document.Page.Layout.OrientationThe orientation to set. |
| Type | Description |
| Document.Page.Layout.Builder | This builder for chaining. |
setOrientationValue(int value)
public Document.Page.Layout.Builder setOrientationValue(int value)Detected orientation for the Layout.
.google.cloud.documentai.v1.Document.Page.Layout.Orientation orientation = 4;
| Name | Description |
| value | intThe enum numeric value on the wire for orientation to set. |
| Type | Description |
| Document.Page.Layout.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Document.Page.Layout.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Document.Page.Layout.Builder |
setTextAnchor(Document.TextAnchor value)
public Document.Page.Layout.Builder setTextAnchor(Document.TextAnchor value)Text anchor indexing into the Document.text.
.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
| Name | Description |
| value | Document.TextAnchor |
| Type | Description |
| Document.Page.Layout.Builder |
setTextAnchor(Document.TextAnchor.Builder builderForValue)
public Document.Page.Layout.Builder setTextAnchor(Document.TextAnchor.Builder builderForValue)Text anchor indexing into the Document.text.
.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
| Name | Description |
| builderForValue | Document.TextAnchor.Builder |
| Type | Description |
| Document.Page.Layout.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Document.Page.Layout.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Document.Page.Layout.Builder |