Class Document.Types.TextAnchor (1.0.0-beta03)

public sealed class TextAnchor : IMessage<Document.Types.TextAnchor>, IEquatable<Document.Types.TextAnchor>, IDeepCloneable<Document.Types.TextAnchor>, IBufferMessage, IMessage

Text reference indexing into the [Document.text][google.cloud.documentai.v1beta2.Document.text].

Inheritance

Object > Document.Types.TextAnchor

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

TextAnchor()

public TextAnchor()

TextAnchor(Document.Types.TextAnchor)

public TextAnchor(Document.Types.TextAnchor other)
Parameter
NameDescription
otherDocument.Types.TextAnchor

Properties

TextSegments

public RepeatedField<Document.Types.TextAnchor.Types.TextSegment> TextSegments { get; }

The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].

Property Value
TypeDescription
RepeatedField<Document.Types.TextAnchor.Types.TextSegment>