Interface Document.TextChangeOrBuilder (2.5.1)

public static interface Document.TextChangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChangedText()

public abstract String getChangedText()

The text that replaces the text identified in the text_anchor.

string changed_text = 2;

Returns
TypeDescription
String

The changedText.

getChangedTextBytes()

public abstract ByteString getChangedTextBytes()

The text that replaces the text identified in the text_anchor.

string changed_text = 2;

Returns
TypeDescription
ByteString

The bytes for changedText.

getProvenance(int index)

public abstract 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

getProvenanceCount()

public abstract int getProvenanceCount()

The history of this annotation.

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

Returns
TypeDescription
int

getProvenanceList()

public abstract 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 abstract 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 abstract 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 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.v1.Document.TextAnchor text_anchor = 1;

Returns
TypeDescription
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.v1.Document.TextAnchor text_anchor = 1;

Returns
TypeDescription
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.v1.Document.TextAnchor text_anchor = 1;

Returns
TypeDescription
boolean

Whether the textAnchor field is set.