Class GoogleCloudDocumentaiV1beta2DocumentTextChange
This message is used for text changes aka. OCR corrections.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta2DocumentTextChange : 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<GoogleCloudDocumentaiV1beta2DocumentProvenance> Provenance { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentProvenance> |
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 GoogleCloudDocumentaiV1beta2DocumentTextAnchor TextAnchor { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2DocumentTextAnchor |