Class Document.Types.TextAnchor.Types.TextSegment (1.0.0-beta03)

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

A text segment in the [Document.text][google.cloud.documentai.v1beta2.Document.text]. The indices may be out of bounds which indicate that the text extends into another document shard for large sharded documents. See [ShardInfo.text_offset][google.cloud.documentai.v1beta2.Document.ShardInfo.text_offset]

Inheritance

Object > Document.Types.TextAnchor.Types.TextSegment

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

TextSegment()

public TextSegment()

TextSegment(Document.Types.TextAnchor.Types.TextSegment)

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

Properties

EndIndex

public long EndIndex { get; set; }

[TextSegment][google.cloud.documentai.v1beta2.Document.TextAnchor.TextSegment] half open end UTF-8 char index in the [Document.text][google.cloud.documentai.v1beta2.Document.text].

Property Value
TypeDescription
Int64

StartIndex

public long StartIndex { get; set; }

[TextSegment][google.cloud.documentai.v1beta2.Document.TextAnchor.TextSegment] start UTF-8 char index in the [Document.text][google.cloud.documentai.v1beta2.Document.text].

Property Value
TypeDescription
Int64