| Modifier and Type | Method and Description |
|---|---|
Document.Builder |
Document.Builder.addAllLayout(Iterable<? extends Document.Layout> values)
Describes the layout of the document.
|
Document.Builder |
Document.Builder.addLayout(Document.Layout.Builder builderForValue)
Describes the layout of the document.
|
Document.Builder |
Document.Builder.addLayout(Document.Layout value)
Describes the layout of the document.
|
Document.Builder |
Document.Builder.addLayout(int index,
Document.Layout.Builder builderForValue)
Describes the layout of the document.
|
Document.Builder |
Document.Builder.addLayout(int index,
Document.Layout value)
Describes the layout of the document.
|
Document.Builder |
Document.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Document.Builder |
Document.Builder.clear() |
Document.Builder |
Document.Builder.clearDocumentDimensions()
The dimensions of the page in the document.
|
Document.Builder |
Document.Builder.clearDocumentText()
The plain text version of this document.
|
Document.Builder |
Document.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Document.Builder |
Document.Builder.clearInputConfig()
An input config specifying the content of the document.
|
Document.Builder |
Document.Builder.clearLayout()
Describes the layout of the document.
|
Document.Builder |
Document.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Document.Builder |
Document.Builder.clearPageCount()
Number of pages in the document.
|
Document.Builder |
Document.Builder.clone() |
Document.Builder |
ExamplePayload.Builder.getDocumentBuilder()
Example document.
|
Document.Builder |
Document.Builder.mergeDocumentDimensions(DocumentDimensions value)
The dimensions of the page in the document.
|
Document.Builder |
Document.Builder.mergeDocumentText(TextSnippet value)
The plain text version of this document.
|
Document.Builder |
Document.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Document.Builder |
Document.Builder.mergeFrom(Document other) |
Document.Builder |
Document.Builder.mergeFrom(com.google.protobuf.Message other) |
Document.Builder |
Document.Builder.mergeInputConfig(DocumentInputConfig value)
An input config specifying the content of the document.
|
Document.Builder |
Document.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Document.Builder |
Document.newBuilder() |
static Document.Builder |
Document.newBuilder(Document prototype) |
Document.Builder |
Document.newBuilderForType() |
protected Document.Builder |
Document.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Document.Builder |
Document.Builder.removeLayout(int index)
Describes the layout of the document.
|
Document.Builder |
Document.Builder.setDocumentDimensions(DocumentDimensions.Builder builderForValue)
The dimensions of the page in the document.
|
Document.Builder |
Document.Builder.setDocumentDimensions(DocumentDimensions value)
The dimensions of the page in the document.
|
Document.Builder |
Document.Builder.setDocumentText(TextSnippet.Builder builderForValue)
The plain text version of this document.
|
Document.Builder |
Document.Builder.setDocumentText(TextSnippet value)
The plain text version of this document.
|
Document.Builder |
Document.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Document.Builder |
Document.Builder.setInputConfig(DocumentInputConfig.Builder builderForValue)
An input config specifying the content of the document.
|
Document.Builder |
Document.Builder.setInputConfig(DocumentInputConfig value)
An input config specifying the content of the document.
|
Document.Builder |
Document.Builder.setLayout(int index,
Document.Layout.Builder builderForValue)
Describes the layout of the document.
|
Document.Builder |
Document.Builder.setLayout(int index,
Document.Layout value)
Describes the layout of the document.
|
Document.Builder |
Document.Builder.setPageCount(int value)
Number of pages in the document.
|
Document.Builder |
Document.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Document.Builder |
Document.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Document.Builder |
Document.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ExamplePayload.Builder |
ExamplePayload.Builder.setDocument(Document.Builder builderForValue)
Example document.
|
Copyright © 2025 Google LLC. All rights reserved.