Reference documentation and code samples for the Google Cloud Document Ai V1 Client class TextChange.
This message is used for text changes aka. OCR corrections.
Generated from protobuf message google.cloud.documentai.v1.Document.TextChange
Namespace
Google \ Cloud \ DocumentAI \ V1 \ DocumentMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ text_anchor
Google\Cloud\DocumentAI\V1\Document\TextAnchor
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.
↳ changed_text
string
The text that replaces the text identified in the text_anchor
.
↳ provenance
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.
hasTextAnchor
clearTextAnchor
setTextAnchor
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.
$this
getChangedText
The text that replaces the text identified in the text_anchor
.
string
setChangedText
The text that replaces the text identified in the text_anchor
.
var
string
$this
getProvenance
The history of this annotation.
setProvenance
The history of this annotation.
$this