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.LayoutDocument.Layout.Builder. build()Document.LayoutDocument.Layout.Builder. buildPartial()static Document.LayoutDocument.Layout. getDefaultInstance()Document.LayoutDocument.Layout.Builder. getDefaultInstanceForType()Document.LayoutDocument.Layout. getDefaultInstanceForType()Document.LayoutDocument.Builder. getLayout(int index)Describes the layout of the document.Document.LayoutDocument. getLayout(int index)Describes the layout of the document.Document.LayoutDocumentOrBuilder. getLayout(int index)Describes the layout of the document.static Document.LayoutDocument.Layout. parseDelimitedFrom(InputStream input)static Document.LayoutDocument.Layout. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Document.LayoutDocument.Layout. parseFrom(byte[] data)static Document.LayoutDocument.Layout. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Document.LayoutDocument.Layout. parseFrom(com.google.protobuf.ByteString data)static Document.LayoutDocument.Layout. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Document.LayoutDocument.Layout. parseFrom(com.google.protobuf.CodedInputStream input)static Document.LayoutDocument.Layout. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Document.LayoutDocument.Layout. parseFrom(InputStream input)static Document.LayoutDocument.Layout. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Document.LayoutDocument.Layout. parseFrom(ByteBuffer data)static Document.LayoutDocument.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.BuilderDocument.Builder. addLayout(int index, Document.Layout value)Describes the layout of the document.Document.BuilderDocument.Builder. addLayout(Document.Layout value)Describes the layout of the document.Document.Layout.BuilderDocument.Layout.Builder. mergeFrom(Document.Layout other)static Document.Layout.BuilderDocument.Layout. newBuilder(Document.Layout prototype)Document.BuilderDocument.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.BuilderDocument.Builder. addAllLayout(Iterable<? extends Document.Layout> values)Describes the layout of the document.
-