- 2.87.0 (latest)
- 2.86.0
- 2.85.0
- 2.84.0
- 2.82.0
- 2.80.0
- 2.79.0
- 2.78.0
- 2.77.0
- 2.76.0
- 2.74.0
- 2.72.0
- 2.71.0
- 2.68.0
- 2.67.0
- 2.66.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.5
- 2.6.2
- 2.5.1
- 2.4.3
- 2.3.1
- 2.2.1
- 2.1.9
public static final class Document.TextChange.Builder extends GeneratedMessage.Builder<Document.TextChange.Builder> implements Document.TextChangeOrBuilderThis message is used for text changes aka. OCR corrections.
Protobuf type google.cloud.documentai.v1.Document.TextChange
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Document.TextChange.BuilderImplements
Document.TextChangeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllProvenance(Iterable<? extends Document.Provenance> values) (deprecated)
public Document.TextChange.Builder addAllProvenance(Iterable<? extends Document.Provenance> values)The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.documentai.v1.Document.Provenance> |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
addProvenance(Document.Provenance value) (deprecated)
public Document.TextChange.Builder addProvenance(Document.Provenance value)The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
Document.Provenance |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
addProvenance(Document.Provenance.Builder builderForValue) (deprecated)
public Document.TextChange.Builder addProvenance(Document.Provenance.Builder builderForValue)The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Document.Provenance.Builder |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
addProvenance(int index, Document.Provenance value) (deprecated)
public Document.TextChange.Builder addProvenance(int index, Document.Provenance value)The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Document.Provenance |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
addProvenance(int index, Document.Provenance.Builder builderForValue) (deprecated)
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 [deprecated = true];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Document.Provenance.Builder |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
addProvenanceBuilder() (deprecated)
public Document.Provenance.Builder addProvenanceBuilder()The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
Document.Provenance.Builder |
|
addProvenanceBuilder(int index) (deprecated)
public Document.Provenance.Builder addProvenanceBuilder(int index)The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.Provenance.Builder |
|
build()
public Document.TextChange build()| Returns | |
|---|---|
| Type | Description |
Document.TextChange |
|
buildPartial()
public Document.TextChange buildPartial()| Returns | |
|---|---|
| Type | Description |
Document.TextChange |
|
clear()
public Document.TextChange.Builder clear()| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
clearChangedText()
public Document.TextChange.Builder clearChangedText() The text that replaces the text identified in the text_anchor.
string changed_text = 2;
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
This builder for chaining. |
clearProvenance() (deprecated)
public Document.TextChange.Builder clearProvenance()The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
getChangedText()
public String getChangedText() The text that replaces the text identified in the text_anchor.
string changed_text = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The changedText. |
getChangedTextBytes()
public ByteString getChangedTextBytes() The text that replaces the text identified in the text_anchor.
string changed_text = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for changedText. |
getDefaultInstanceForType()
public Document.TextChange getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Document.TextChange |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProvenance(int index) (deprecated)
public Document.Provenance getProvenance(int index)The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.Provenance |
|
getProvenanceBuilder(int index) (deprecated)
public Document.Provenance.Builder getProvenanceBuilder(int index)The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.Provenance.Builder |
|
getProvenanceBuilderList() (deprecated)
public List<Document.Provenance.Builder> getProvenanceBuilderList()The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getProvenanceCount() (deprecated)
public int getProvenanceCount()The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
int |
|
getProvenanceList() (deprecated)
public List<Document.Provenance> getProvenanceList()The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
List<Provenance> |
|
getProvenanceOrBuilder(int index) (deprecated)
public Document.ProvenanceOrBuilder getProvenanceOrBuilder(int index)The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.ProvenanceOrBuilder |
|
getProvenanceOrBuilderList() (deprecated)
public List<? extends Document.ProvenanceOrBuilder> getProvenanceOrBuilderList()The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the textAnchor field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Document.TextChange other)
public Document.TextChange.Builder mergeFrom(Document.TextChange other)| Parameter | |
|---|---|
| Name | Description |
other |
Document.TextChange |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Document.TextChange.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Document.TextChange.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
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 | |
|---|---|
| Name | Description |
value |
Document.TextAnchor |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
removeProvenance(int index) (deprecated)
public Document.TextChange.Builder removeProvenance(int index)The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
StringThe changedText to set. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for changedText to set. |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
This builder for chaining. |
setProvenance(int index, Document.Provenance value) (deprecated)
public Document.TextChange.Builder setProvenance(int index, Document.Provenance value)The history of this annotation.
repeated .google.cloud.documentai.v1.Document.Provenance provenance = 3 [deprecated = true];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Document.Provenance |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
setProvenance(int index, Document.Provenance.Builder builderForValue) (deprecated)
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 [deprecated = true];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Document.Provenance.Builder |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|
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 | |
|---|---|
| Name | Description |
value |
Document.TextAnchor |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
builderForValue |
Document.TextAnchor.Builder |
| Returns | |
|---|---|
| Type | Description |
Document.TextChange.Builder |
|