Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1DocumentTextChange

This message is used for text changes aka. OCR corrections.

Inheritance
object
GoogleCloudDocumentaiV1DocumentTextChange
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX