public sealed class Document.Types.TextChange : IMessage<Document.Types.TextChange>, IEquatable<Document.Types.TextChange>, IDeepCloneable<Document.Types.TextChange>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.TextChange.
This message is used for text changes aka. OCR corrections.
public Document.Types.TextAnchor TextAnchor { get; set; }
Provenance of the correction.
Text anchor indexing into the
[Document.text][google.cloud.documentai.v1.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `Document.Types.TextChange` class within the Google Cloud Document AI v1 API, detailing its usage for text changes and OCR corrections."],["The `Document.Types.TextChange` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The webpage lists available versions of the documentation for this class ranging from version 1.0.0 to 3.19.0, which is the latest, enabling users to access previous implementations."],["The class includes properties like `ChangedText`, which represents the replacement text, `Provenance` that contains the history of annotation, and `TextAnchor`, which holds the information regarding where the correction should occur in the document."],["The class also defines two constructors, one being parameterless and the other accepting an instance of the `TextChange` class, allowing for object creation and cloning."]]],[]]