Class Document.TextChange.Builder (2.3.1)

public static final class Document.TextChange.Builder extends GeneratedMessageV3.Builder<Document.TextChange.Builder> implements Document.TextChangeOrBuilder

This message is used for text changes aka. OCR corrections.

Protobuf type google.cloud.documentai.v1.Document.TextChange

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllProvenance(Iterable<? extends Document.Provenance> values)

public Document.TextChange.Builder addAllProvenance(Iterable<? extends Document.Provenance> values)

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.documentai.v1.Document.Provenance>
Returns
TypeDescription
Document.TextChange.Builder

addProvenance(Document.Provenance value)

public Document.TextChange.Builder addProvenance(Document.Provenance value)

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Parameter
NameDescription
valueDocument.Provenance
Returns
TypeDescription
Document.TextChange.Builder

addProvenance(Document.Provenance.Builder builderForValue)

public Document.TextChange.Builder addProvenance(Document.Provenance.Builder builderForValue)

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Parameter
NameDescription
builderForValueDocument.Provenance.Builder
Returns
TypeDescription
Document.TextChange.Builder

addProvenance(int index, Document.Provenance value)

public Document.TextChange.Builder addProvenance(int index, Document.Provenance value)

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Parameters
NameDescription
indexint
valueDocument.Provenance
Returns
TypeDescription
Document.TextChange.Builder

addProvenance(int index, Document.Provenance.Builder builderForValue)

public Document.TextChange.Builder addProvenance(int index, Document.Provenance.Builder builderForValue)

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Parameters
NameDescription
indexint
builderForValueDocument.Provenance.Builder
Returns
TypeDescription
Document.TextChange.Builder

addProvenanceBuilder()

public Document.Provenance.Builder addProvenanceBuilder()

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Returns
TypeDescription
Document.Provenance.Builder

addProvenanceBuilder(int index)

public Document.Provenance.Builder addProvenanceBuilder(int index)

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Document.Provenance.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Document.TextChange.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Document.TextChange.Builder
Overrides

build()

public Document.TextChange build()
Returns
TypeDescription
Document.TextChange

buildPartial()

public Document.TextChange buildPartial()
Returns
TypeDescription
Document.TextChange

clear()

public Document.TextChange.Builder clear()
Returns
TypeDescription
Document.TextChange.Builder
Overrides

clearChangedText()

public Document.TextChange.Builder clearChangedText()

The text that replaces the text identified in the text_anchor.

string changed_text = 2;

Returns
TypeDescription
Document.TextChange.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Document.TextChange.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Document.TextChange.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Document.TextChange.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Document.TextChange.Builder
Overrides

clearProvenance()

public Document.TextChange.Builder clearProvenance()

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Returns
TypeDescription
Document.TextChange.Builder

clearTextAnchor()

public Document.TextChange.Builder clearTextAnchor()

Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segments element. If the start and end index of the text segment are the same, the text change is inserted before that index.

.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;

Returns
TypeDescription
Document.TextChange.Builder

clone()

public Document.TextChange.Builder clone()
Returns
TypeDescription
Document.TextChange.Builder
Overrides

getChangedText()

public String getChangedText()

The text that replaces the text identified in the text_anchor.

string changed_text = 2;

Returns
TypeDescription
String

The changedText.

getChangedTextBytes()

public ByteString getChangedTextBytes()

The text that replaces the text identified in the text_anchor.

string changed_text = 2;

Returns
TypeDescription
ByteString

The bytes for changedText.

getDefaultInstanceForType()

public Document.TextChange getDefaultInstanceForType()
Returns
TypeDescription
Document.TextChange

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getProvenance(int index)

public Document.Provenance getProvenance(int index)

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Document.Provenance

getProvenanceBuilder(int index)

public Document.Provenance.Builder getProvenanceBuilder(int index)

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Document.Provenance.Builder

getProvenanceBuilderList()

public List<Document.Provenance.Builder> getProvenanceBuilderList()

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Returns
TypeDescription
List<Builder>

getProvenanceCount()

public int getProvenanceCount()

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Returns
TypeDescription
int

getProvenanceList()

public List<Document.Provenance> getProvenanceList()

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Returns
TypeDescription
List<Provenance>

getProvenanceOrBuilder(int index)

public Document.ProvenanceOrBuilder getProvenanceOrBuilder(int index)

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Document.ProvenanceOrBuilder

getProvenanceOrBuilderList()

public List<? extends Document.ProvenanceOrBuilder> getProvenanceOrBuilderList()

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Returns
TypeDescription
List<? extends com.google.cloud.documentai.v1.Document.ProvenanceOrBuilder>

getTextAnchor()

public Document.TextAnchor getTextAnchor()

Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segments element. If the start and end index of the text segment are the same, the text change is inserted before that index.

.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;

Returns
TypeDescription
Document.TextAnchor

The textAnchor.

getTextAnchorBuilder()

public Document.TextAnchor.Builder getTextAnchorBuilder()

Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segments element. If the start and end index of the text segment are the same, the text change is inserted before that index.

.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;

Returns
TypeDescription
Document.TextAnchor.Builder

getTextAnchorOrBuilder()

public Document.TextAnchorOrBuilder getTextAnchorOrBuilder()

Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segments element. If the start and end index of the text segment are the same, the text change is inserted before that index.

.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;

Returns
TypeDescription
Document.TextAnchorOrBuilder

hasTextAnchor()

public boolean hasTextAnchor()

Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segments element. If the start and end index of the text segment are the same, the text change is inserted before that index.

.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;

Returns
TypeDescription
boolean

Whether the textAnchor field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Document.TextChange other)

public Document.TextChange.Builder mergeFrom(Document.TextChange other)
Parameter
NameDescription
otherDocument.TextChange
Returns
TypeDescription
Document.TextChange.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Document.TextChange.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.TextChange.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Document.TextChange.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Document.TextChange.Builder
Overrides

mergeTextAnchor(Document.TextAnchor value)

public Document.TextChange.Builder mergeTextAnchor(Document.TextAnchor value)

Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segments element. If the start and end index of the text segment are the same, the text change is inserted before that index.

.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;

Parameter
NameDescription
valueDocument.TextAnchor
Returns
TypeDescription
Document.TextChange.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Document.TextChange.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Document.TextChange.Builder
Overrides

removeProvenance(int index)

public Document.TextChange.Builder removeProvenance(int index)

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Document.TextChange.Builder

setChangedText(String value)

public Document.TextChange.Builder setChangedText(String value)

The text that replaces the text identified in the text_anchor.

string changed_text = 2;

Parameter
NameDescription
valueString

The changedText to set.

Returns
TypeDescription
Document.TextChange.Builder

This builder for chaining.

setChangedTextBytes(ByteString value)

public Document.TextChange.Builder setChangedTextBytes(ByteString value)

The text that replaces the text identified in the text_anchor.

string changed_text = 2;

Parameter
NameDescription
valueByteString

The bytes for changedText to set.

Returns
TypeDescription
Document.TextChange.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Document.TextChange.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Document.TextChange.Builder
Overrides

setProvenance(int index, Document.Provenance value)

public Document.TextChange.Builder setProvenance(int index, Document.Provenance value)

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Parameters
NameDescription
indexint
valueDocument.Provenance
Returns
TypeDescription
Document.TextChange.Builder

setProvenance(int index, Document.Provenance.Builder builderForValue)

public Document.TextChange.Builder setProvenance(int index, Document.Provenance.Builder builderForValue)

The history of this annotation.

repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3;

Parameters
NameDescription
indexint
builderForValueDocument.Provenance.Builder
Returns
TypeDescription
Document.TextChange.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Document.TextChange.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Document.TextChange.Builder
Overrides

setTextAnchor(Document.TextAnchor value)

public Document.TextChange.Builder setTextAnchor(Document.TextAnchor value)

Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segments element. If the start and end index of the text segment are the same, the text change is inserted before that index.

.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;

Parameter
NameDescription
valueDocument.TextAnchor
Returns
TypeDescription
Document.TextChange.Builder

setTextAnchor(Document.TextAnchor.Builder builderForValue)

public Document.TextChange.Builder setTextAnchor(Document.TextAnchor.Builder builderForValue)

Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segments element. If the start and end index of the text segment are the same, the text change is inserted before that index.

.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;

Parameter
NameDescription
builderForValueDocument.TextAnchor.Builder
Returns
TypeDescription
Document.TextChange.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final Document.TextChange.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Document.TextChange.Builder
Overrides