public static final class Document.Page.DetectedBarcode.Builder extends GeneratedMessage.Builder<Document.Page.DetectedBarcode.Builder> implements Document.Page.DetectedBarcodeOrBuilderA detected barcode.
Protobuf type google.cloud.documentai.v1beta3.Document.Page.DetectedBarcode
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Document.Page.DetectedBarcode.BuilderImplements
Document.Page.DetectedBarcodeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Document.Page.DetectedBarcode build()| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode |
|
buildPartial()
public Document.Page.DetectedBarcode buildPartial()| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode |
|
clear()
public Document.Page.DetectedBarcode.Builder clear()| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode.Builder |
|
clearBarcode()
public Document.Page.DetectedBarcode.Builder clearBarcode()Detailed barcode information of the DetectedBarcode.
.google.cloud.documentai.v1beta3.Barcode barcode = 2;
| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode.Builder |
|
clearLayout()
public Document.Page.DetectedBarcode.Builder clearLayout()Layout for DetectedBarcode.
.google.cloud.documentai.v1beta3.Document.Page.Layout layout = 1;
| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode.Builder |
|
getBarcode()
public Barcode getBarcode()Detailed barcode information of the DetectedBarcode.
.google.cloud.documentai.v1beta3.Barcode barcode = 2;
| Returns | |
|---|---|
| Type | Description |
Barcode |
The barcode. |
getBarcodeBuilder()
public Barcode.Builder getBarcodeBuilder()Detailed barcode information of the DetectedBarcode.
.google.cloud.documentai.v1beta3.Barcode barcode = 2;
| Returns | |
|---|---|
| Type | Description |
Barcode.Builder |
|
getBarcodeOrBuilder()
public BarcodeOrBuilder getBarcodeOrBuilder()Detailed barcode information of the DetectedBarcode.
.google.cloud.documentai.v1beta3.Barcode barcode = 2;
| Returns | |
|---|---|
| Type | Description |
BarcodeOrBuilder |
|
getDefaultInstanceForType()
public Document.Page.DetectedBarcode getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLayout()
public Document.Page.Layout getLayout()Layout for DetectedBarcode.
.google.cloud.documentai.v1beta3.Document.Page.Layout layout = 1;
| Returns | |
|---|---|
| Type | Description |
Document.Page.Layout |
The layout. |
getLayoutBuilder()
public Document.Page.Layout.Builder getLayoutBuilder()Layout for DetectedBarcode.
.google.cloud.documentai.v1beta3.Document.Page.Layout layout = 1;
| Returns | |
|---|---|
| Type | Description |
Document.Page.Layout.Builder |
|
getLayoutOrBuilder()
public Document.Page.LayoutOrBuilder getLayoutOrBuilder()Layout for DetectedBarcode.
.google.cloud.documentai.v1beta3.Document.Page.Layout layout = 1;
| Returns | |
|---|---|
| Type | Description |
Document.Page.LayoutOrBuilder |
|
hasBarcode()
public boolean hasBarcode()Detailed barcode information of the DetectedBarcode.
.google.cloud.documentai.v1beta3.Barcode barcode = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the barcode field is set. |
hasLayout()
public boolean hasLayout()Layout for DetectedBarcode.
.google.cloud.documentai.v1beta3.Document.Page.Layout layout = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the layout field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeBarcode(Barcode value)
public Document.Page.DetectedBarcode.Builder mergeBarcode(Barcode value)Detailed barcode information of the DetectedBarcode.
.google.cloud.documentai.v1beta3.Barcode barcode = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Barcode |
| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode.Builder |
|
mergeFrom(Document.Page.DetectedBarcode other)
public Document.Page.DetectedBarcode.Builder mergeFrom(Document.Page.DetectedBarcode other)| Parameter | |
|---|---|
| Name | Description |
other |
Document.Page.DetectedBarcode |
| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Document.Page.DetectedBarcode.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Document.Page.DetectedBarcode.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode.Builder |
|
mergeLayout(Document.Page.Layout value)
public Document.Page.DetectedBarcode.Builder mergeLayout(Document.Page.Layout value)Layout for DetectedBarcode.
.google.cloud.documentai.v1beta3.Document.Page.Layout layout = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Document.Page.Layout |
| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode.Builder |
|
setBarcode(Barcode value)
public Document.Page.DetectedBarcode.Builder setBarcode(Barcode value)Detailed barcode information of the DetectedBarcode.
.google.cloud.documentai.v1beta3.Barcode barcode = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Barcode |
| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode.Builder |
|
setBarcode(Barcode.Builder builderForValue)
public Document.Page.DetectedBarcode.Builder setBarcode(Barcode.Builder builderForValue)Detailed barcode information of the DetectedBarcode.
.google.cloud.documentai.v1beta3.Barcode barcode = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Barcode.Builder |
| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode.Builder |
|
setLayout(Document.Page.Layout value)
public Document.Page.DetectedBarcode.Builder setLayout(Document.Page.Layout value)Layout for DetectedBarcode.
.google.cloud.documentai.v1beta3.Document.Page.Layout layout = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Document.Page.Layout |
| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode.Builder |
|
setLayout(Document.Page.Layout.Builder builderForValue)
public Document.Page.DetectedBarcode.Builder setLayout(Document.Page.Layout.Builder builderForValue)Layout for DetectedBarcode.
.google.cloud.documentai.v1beta3.Document.Page.Layout layout = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Document.Page.Layout.Builder |
| Returns | |
|---|---|
| Type | Description |
Document.Page.DetectedBarcode.Builder |
|