Uses of Class
com.google.cloud.automl.v1beta1.Document.Layout
-
Packages that use Document.Layout Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of Document.Layout in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return Document.Layout Modifier and Type Method Description Document.Layout
Document.Layout.Builder. build()
Document.Layout
Document.Layout.Builder. buildPartial()
static Document.Layout
Document.Layout. getDefaultInstance()
Document.Layout
Document.Layout.Builder. getDefaultInstanceForType()
Document.Layout
Document.Layout. getDefaultInstanceForType()
Document.Layout
Document.Builder. getLayout(int index)
Describes the layout of the document.Document.Layout
Document. getLayout(int index)
Describes the layout of the document.Document.Layout
DocumentOrBuilder. getLayout(int index)
Describes the layout of the document.static Document.Layout
Document.Layout. parseDelimitedFrom(InputStream input)
static Document.Layout
Document.Layout. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Layout
Document.Layout. parseFrom(byte[] data)
static Document.Layout
Document.Layout. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Layout
Document.Layout. parseFrom(com.google.protobuf.ByteString data)
static Document.Layout
Document.Layout. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Layout
Document.Layout. parseFrom(com.google.protobuf.CodedInputStream input)
static Document.Layout
Document.Layout. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Layout
Document.Layout. parseFrom(InputStream input)
static Document.Layout
Document.Layout. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Layout
Document.Layout. parseFrom(ByteBuffer data)
static Document.Layout
Document.Layout. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type Document.Layout Modifier and Type Method Description List<Document.Layout>
Document.Builder. getLayoutList()
Describes the layout of the document.List<Document.Layout>
Document. getLayoutList()
Describes the layout of the document.List<Document.Layout>
DocumentOrBuilder. getLayoutList()
Describes the layout of the document.com.google.protobuf.Parser<Document.Layout>
Document.Layout. getParserForType()
static com.google.protobuf.Parser<Document.Layout>
Document.Layout. parser()
Methods in com.google.cloud.automl.v1beta1 with parameters of type Document.Layout Modifier and Type Method Description Document.Builder
Document.Builder. addLayout(int index, Document.Layout value)
Describes the layout of the document.Document.Builder
Document.Builder. addLayout(Document.Layout value)
Describes the layout of the document.Document.Layout.Builder
Document.Layout.Builder. mergeFrom(Document.Layout other)
static Document.Layout.Builder
Document.Layout. newBuilder(Document.Layout prototype)
Document.Builder
Document.Builder. setLayout(int index, Document.Layout value)
Describes the layout of the document.Method parameters in com.google.cloud.automl.v1beta1 with type arguments of type Document.Layout Modifier and Type Method Description Document.Builder
Document.Builder. addAllLayout(Iterable<? extends Document.Layout> values)
Describes the layout of the document.
-