public static interface Document.TextChangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChangedText()
public abstract 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 abstract 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. |
getProvenance(int index) (deprecated)
public abstract Document.Provenance getProvenance(int index)The history of this annotation.
repeated .google.cloud.documentai.v1beta3.Document.Provenance provenance = 3 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.Provenance |
|
getProvenanceCount() (deprecated)
public abstract int getProvenanceCount()The history of this annotation.
repeated .google.cloud.documentai.v1beta3.Document.Provenance provenance = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
int |
|
getProvenanceList() (deprecated)
public abstract List<Document.Provenance> getProvenanceList()The history of this annotation.
repeated .google.cloud.documentai.v1beta3.Document.Provenance provenance = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
List<Provenance> |
|
getProvenanceOrBuilder(int index) (deprecated)
public abstract Document.ProvenanceOrBuilder getProvenanceOrBuilder(int index)The history of this annotation.
repeated .google.cloud.documentai.v1beta3.Document.Provenance provenance = 3 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.ProvenanceOrBuilder |
|
getProvenanceOrBuilderList() (deprecated)
public abstract List<? extends Document.ProvenanceOrBuilder> getProvenanceOrBuilderList()The history of this annotation.
repeated .google.cloud.documentai.v1beta3.Document.Provenance provenance = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.ProvenanceOrBuilder> |
|
getTextAnchor()
public abstract 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.v1beta3.Document.TextAnchor text_anchor = 1;
| Returns | |
|---|---|
| Type | Description |
Document.TextAnchor |
The textAnchor. |
getTextAnchorOrBuilder()
public abstract 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.v1beta3.Document.TextAnchor text_anchor = 1;
| Returns | |
|---|---|
| Type | Description |
Document.TextAnchorOrBuilder |
|
hasTextAnchor()
public abstract 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.v1beta3.Document.TextAnchor text_anchor = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the textAnchor field is set. |