Uses of Class
com.google.cloud.documentai.v1beta2.Document.TextAnchor.TextSegment
-
Packages that use Document.TextAnchor.TextSegment Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of Document.TextAnchor.TextSegment in com.google.cloud.documentai.v1beta2
Methods in com.google.cloud.documentai.v1beta2 that return Document.TextAnchor.TextSegment Modifier and Type Method Description Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment.Builder. build()
Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment.Builder. buildPartial()
static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. getDefaultInstance()
Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment.Builder. getDefaultInstanceForType()
Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. getDefaultInstanceForType()
Document.TextAnchor.TextSegment
Document.TextAnchor.Builder. getTextSegments(int index)
The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].Document.TextAnchor.TextSegment
Document.TextAnchor. getTextSegments(int index)
The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].Document.TextAnchor.TextSegment
Document.TextAnchorOrBuilder. getTextSegments(int index)
The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. parseDelimitedFrom(InputStream input)
static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. parseFrom(byte[] data)
static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. parseFrom(com.google.protobuf.ByteString data)
static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. parseFrom(com.google.protobuf.CodedInputStream input)
static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. parseFrom(InputStream input)
static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. parseFrom(ByteBuffer data)
static Document.TextAnchor.TextSegment
Document.TextAnchor.TextSegment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta2 that return types with arguments of type Document.TextAnchor.TextSegment Modifier and Type Method Description com.google.protobuf.Parser<Document.TextAnchor.TextSegment>
Document.TextAnchor.TextSegment. getParserForType()
List<Document.TextAnchor.TextSegment>
Document.TextAnchor.Builder. getTextSegmentsList()
The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].List<Document.TextAnchor.TextSegment>
Document.TextAnchor. getTextSegmentsList()
The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].List<Document.TextAnchor.TextSegment>
Document.TextAnchorOrBuilder. getTextSegmentsList()
The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].static com.google.protobuf.Parser<Document.TextAnchor.TextSegment>
Document.TextAnchor.TextSegment. parser()
Methods in com.google.cloud.documentai.v1beta2 with parameters of type Document.TextAnchor.TextSegment Modifier and Type Method Description Document.TextAnchor.Builder
Document.TextAnchor.Builder. addTextSegments(int index, Document.TextAnchor.TextSegment value)
The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].Document.TextAnchor.Builder
Document.TextAnchor.Builder. addTextSegments(Document.TextAnchor.TextSegment value)
The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].Document.TextAnchor.TextSegment.Builder
Document.TextAnchor.TextSegment.Builder. mergeFrom(Document.TextAnchor.TextSegment other)
static Document.TextAnchor.TextSegment.Builder
Document.TextAnchor.TextSegment. newBuilder(Document.TextAnchor.TextSegment prototype)
Document.TextAnchor.Builder
Document.TextAnchor.Builder. setTextSegments(int index, Document.TextAnchor.TextSegment value)
The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].Method parameters in com.google.cloud.documentai.v1beta2 with type arguments of type Document.TextAnchor.TextSegment Modifier and Type Method Description Document.TextAnchor.Builder
Document.TextAnchor.Builder. addAllTextSegments(Iterable<? extends Document.TextAnchor.TextSegment> values)
The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].
-