public static final class Document.TextAnchor.TextSegment extends GeneratedMessageV3 implements Document.TextAnchor.TextSegmentOrBuilder
A text segment in the 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
Protobuf type google.cloud.documentai.v1beta3.Document.TextAnchor.TextSegment
Static Fields
END_INDEX_FIELD_NUMBER
public static final int END_INDEX_FIELD_NUMBER
Field Value
START_INDEX_FIELD_NUMBER
public static final int START_INDEX_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Document.TextAnchor.TextSegment getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Document.TextAnchor.TextSegment.Builder newBuilder()
Returns
newBuilder(Document.TextAnchor.TextSegment prototype)
public static Document.TextAnchor.TextSegment.Builder newBuilder(Document.TextAnchor.TextSegment prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static Document.TextAnchor.TextSegment parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.TextAnchor.TextSegment parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Document.TextAnchor.TextSegment parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Document.TextAnchor.TextSegment parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Document.TextAnchor.TextSegment parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Document.TextAnchor.TextSegment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static Document.TextAnchor.TextSegment parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.TextAnchor.TextSegment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static Document.TextAnchor.TextSegment parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.TextAnchor.TextSegment parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Document.TextAnchor.TextSegment parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Document.TextAnchor.TextSegment parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Document.TextAnchor.TextSegment> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Document.TextAnchor.TextSegment getDefaultInstanceForType()
Returns
getEndIndex()
public long getEndIndex()
TextSegment half open end UTF-8 char index in the
Document.text.
int64 end_index = 2;
Returns
Type | Description |
long | The endIndex.
|
getParserForType()
public Parser<Document.TextAnchor.TextSegment> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStartIndex()
public long getStartIndex()
TextSegment start UTF-8 char index in the Document.text.
int64 start_index = 1;
Returns
Type | Description |
long | The startIndex.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Document.TextAnchor.TextSegment.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Document.TextAnchor.TextSegment.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Document.TextAnchor.TextSegment.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions