Class Document.Types.TextAnchor
Text reference indexing into the [Document.text][google.cloud.documentai.v1beta2.Document.text].
Inheritance
System.Object
Document.Types.TextAnchor
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public sealed class TextAnchor : IMessage<Document.Types.TextAnchor>, IEquatable<Document.Types.TextAnchor>, IDeepCloneable<Document.Types.TextAnchor>, IBufferMessage, IMessage
Constructors
TextAnchor()
Declaration
public TextAnchor()
TextAnchor(Document.Types.TextAnchor)
Declaration
public TextAnchor(Document.Types.TextAnchor other)
Parameters
| Type | Name | Description |
|---|---|---|
| Document.Types.TextAnchor | other |
Properties
TextSegments
The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].
Declaration
public RepeatedField<Document.Types.TextAnchor.Types.TextSegment> TextSegments { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Document.Types.TextAnchor.Types.TextSegment> |