Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentTextAnchor

Text reference indexing into the Document.text.

Inheritance
object
GoogleCloudDocumentaiV1beta3DocumentTextAnchor
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.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentTextAnchor : IDirectResponseSchema

Properties

Content

Contains the content of the text span so that users do not have to look it up in the text_segments. It is always populated for formFields.

Declaration
[JsonProperty("content")]
public virtual string Content { 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

TextSegments

The text segments from the Document.text.

Declaration
[JsonProperty("textSegments")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentTextAnchorTextSegment> TextSegments { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3DocumentTextAnchorTextSegment>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX