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;
| 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;
| Type | Description |
| ByteString | The bytes for changedText. |
getProvenance(int index)
public abstract Document.Provenance getProvenance(int index)The history of this annotation.
repeated .google.cloud.documentai.v1beta3.Document.Provenance provenance = 3;
| Name | Description |
| index | int |
| Type | Description |
| Document.Provenance |
getProvenanceCount()
public abstract int getProvenanceCount()The history of this annotation.
repeated .google.cloud.documentai.v1beta3.Document.Provenance provenance = 3;
| Type | Description |
| int |
getProvenanceList()
public abstract List<Document.Provenance> getProvenanceList()The history of this annotation.
repeated .google.cloud.documentai.v1beta3.Document.Provenance provenance = 3;
| Type | Description |
| List<Provenance> |
getProvenanceOrBuilder(int index)
public abstract Document.ProvenanceOrBuilder getProvenanceOrBuilder(int index)The history of this annotation.
repeated .google.cloud.documentai.v1beta3.Document.Provenance provenance = 3;
| Name | Description |
| index | int |
| Type | Description |
| Document.ProvenanceOrBuilder |
getProvenanceOrBuilderList()
public abstract List<? extends Document.ProvenanceOrBuilder> getProvenanceOrBuilderList()The history of this annotation.
repeated .google.cloud.documentai.v1beta3.Document.Provenance provenance = 3;
| 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;
| 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;
| 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;
| Type | Description |
| boolean | Whether the textAnchor field is set. |