| Modifier and Type | Method and Description |
|---|---|
DocumentInputConfig |
DocumentInputConfig.Builder.build() |
DocumentInputConfig |
DocumentInputConfig.Builder.buildPartial() |
static DocumentInputConfig |
DocumentInputConfig.getDefaultInstance() |
DocumentInputConfig |
DocumentInputConfig.getDefaultInstanceForType() |
DocumentInputConfig |
DocumentInputConfig.Builder.getDefaultInstanceForType() |
DocumentInputConfig |
DocumentOrBuilder.getInputConfig()
An input config specifying the content of the document.
|
DocumentInputConfig |
Document.getInputConfig()
An input config specifying the content of the document.
|
DocumentInputConfig |
Document.Builder.getInputConfig()
An input config specifying the content of the document.
|
static DocumentInputConfig |
DocumentInputConfig.parseDelimitedFrom(InputStream input) |
static DocumentInputConfig |
DocumentInputConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentInputConfig |
DocumentInputConfig.parseFrom(byte[] data) |
static DocumentInputConfig |
DocumentInputConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentInputConfig |
DocumentInputConfig.parseFrom(ByteBuffer data) |
static DocumentInputConfig |
DocumentInputConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentInputConfig |
DocumentInputConfig.parseFrom(com.google.protobuf.ByteString data) |
static DocumentInputConfig |
DocumentInputConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentInputConfig |
DocumentInputConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static DocumentInputConfig |
DocumentInputConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentInputConfig |
DocumentInputConfig.parseFrom(InputStream input) |
static DocumentInputConfig |
DocumentInputConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DocumentInputConfig> |
DocumentInputConfig.getParserForType() |
static com.google.protobuf.Parser<DocumentInputConfig> |
DocumentInputConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
DocumentInputConfig.Builder |
DocumentInputConfig.Builder.mergeFrom(DocumentInputConfig other) |
Document.Builder |
Document.Builder.mergeInputConfig(DocumentInputConfig value)
An input config specifying the content of the document.
|
static DocumentInputConfig.Builder |
DocumentInputConfig.newBuilder(DocumentInputConfig prototype) |
Document.Builder |
Document.Builder.setInputConfig(DocumentInputConfig value)
An input config specifying the content of the document.
|
Copyright © 2025 Google LLC. All rights reserved.