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