Class Document.TextChange (2.46.0)

public static final class Document.TextChange extends GeneratedMessageV3 implements Document.TextChangeOrBuilder

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

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

Static Fields

CHANGED_TEXT_FIELD_NUMBER

public static final int CHANGED_TEXT_FIELD_NUMBER
Field Value
Type Description
int

PROVENANCE_FIELD_NUMBER

public static final int PROVENANCE_FIELD_NUMBER
Field Value
Type Description
int

TEXT_ANCHOR_FIELD_NUMBER

public static final int TEXT_ANCHOR_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Document.TextChange getDefaultInstance()
Returns
Type Description
Document.TextChange

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Document.TextChange.Builder newBuilder()
Returns
Type Description
Document.TextChange.Builder

newBuilder(Document.TextChange prototype)

public static Document.TextChange.Builder newBuilder(Document.TextChange prototype)
Parameter
Name Description
prototype Document.TextChange
Returns
Type Description
Document.TextChange.Builder

parseDelimitedFrom(InputStream input)

public static Document.TextChange parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Document.TextChange
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Document.TextChange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Document.TextChange
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Document.TextChange parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Document.TextChange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Document.TextChange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Document.TextChange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Document.TextChange parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Document.TextChange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Document.TextChange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Document.TextChange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Document.TextChange parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Document.TextChange
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Document.TextChange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Document.TextChange
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Document.TextChange parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Document.TextChange
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Document.TextChange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Document.TextChange
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Document.TextChange parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Document.TextChange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Document.TextChange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Document.TextChange
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Document.TextChange> parser()
Returns
Type Description
Parser<TextChange>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

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

getParserForType()

public Parser<Document.TextChange> getParserForType()
Returns
Type Description
Parser<TextChange>
Overrides

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

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>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Document.TextChange.Builder newBuilderForType()
Returns
Type Description
Document.TextChange.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Document.TextChange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Document.TextChange.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Document.TextChange.Builder toBuilder()
Returns
Type Description
Document.TextChange.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException