Uses of Class
com.google.cloud.documentai.v1beta2.Document.TextChange
-
Packages that use Document.TextChange Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of Document.TextChange in com.google.cloud.documentai.v1beta2
Methods in com.google.cloud.documentai.v1beta2 that return Document.TextChange Modifier and Type Method Description Document.TextChange
Document.TextChange.Builder. build()
Document.TextChange
Document.TextChange.Builder. buildPartial()
static Document.TextChange
Document.TextChange. getDefaultInstance()
Document.TextChange
Document.TextChange.Builder. getDefaultInstanceForType()
Document.TextChange
Document.TextChange. getDefaultInstanceForType()
Document.TextChange
Document.Builder. getTextChanges(int index)
Placeholder.Document.TextChange
Document. getTextChanges(int index)
Placeholder.Document.TextChange
DocumentOrBuilder. getTextChanges(int index)
Placeholder.static Document.TextChange
Document.TextChange. parseDelimitedFrom(InputStream input)
static Document.TextChange
Document.TextChange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.TextChange
Document.TextChange. parseFrom(byte[] data)
static Document.TextChange
Document.TextChange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.TextChange
Document.TextChange. parseFrom(com.google.protobuf.ByteString data)
static Document.TextChange
Document.TextChange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.TextChange
Document.TextChange. parseFrom(com.google.protobuf.CodedInputStream input)
static Document.TextChange
Document.TextChange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.TextChange
Document.TextChange. parseFrom(InputStream input)
static Document.TextChange
Document.TextChange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.TextChange
Document.TextChange. parseFrom(ByteBuffer data)
static Document.TextChange
Document.TextChange. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta2 that return types with arguments of type Document.TextChange Modifier and Type Method Description com.google.protobuf.Parser<Document.TextChange>
Document.TextChange. getParserForType()
List<Document.TextChange>
Document.Builder. getTextChangesList()
Placeholder.List<Document.TextChange>
Document. getTextChangesList()
Placeholder.List<Document.TextChange>
DocumentOrBuilder. getTextChangesList()
Placeholder.static com.google.protobuf.Parser<Document.TextChange>
Document.TextChange. parser()
Methods in com.google.cloud.documentai.v1beta2 with parameters of type Document.TextChange Modifier and Type Method Description Document.Builder
Document.Builder. addTextChanges(int index, Document.TextChange value)
Placeholder.Document.Builder
Document.Builder. addTextChanges(Document.TextChange value)
Placeholder.Document.TextChange.Builder
Document.TextChange.Builder. mergeFrom(Document.TextChange other)
static Document.TextChange.Builder
Document.TextChange. newBuilder(Document.TextChange prototype)
Document.Builder
Document.Builder. setTextChanges(int index, Document.TextChange value)
Placeholder.Method parameters in com.google.cloud.documentai.v1beta2 with type arguments of type Document.TextChange Modifier and Type Method Description Document.Builder
Document.Builder. addAllTextChanges(Iterable<? extends Document.TextChange> values)
Placeholder.
-