Class GoogleCloudDocumentaiV1DocumentTextChange
This message is used for text changes aka. OCR corrections.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentTextChange : IDirectResponseSchema
Properties
ChangedText
The text that replaces the text identified in the text_anchor
.
Declaration
[JsonProperty("changedText")]
public virtual string ChangedText { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Provenance
The history of this annotation.
Declaration
[JsonProperty("provenance")]
public virtual IList<GoogleCloudDocumentaiV1DocumentProvenance> Provenance { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentProvenance> |
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.
Declaration
[JsonProperty("textAnchor")]
public virtual GoogleCloudDocumentaiV1DocumentTextAnchor TextAnchor { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentTextAnchor |