Uses of Interface
com.google.cloud.automl.v1.Document.LayoutOrBuilder
-
Packages that use Document.LayoutOrBuilder Package Description com.google.cloud.automl.v1 A client to Cloud AutoML API -
-
Uses of Document.LayoutOrBuilder in com.google.cloud.automl.v1
Classes in com.google.cloud.automl.v1 that implement Document.LayoutOrBuilder Modifier and Type Class Description static classDocument.LayoutDescribes the layout information of a [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in the document.static classDocument.Layout.BuilderDescribes the layout information of a [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in the document.Methods in com.google.cloud.automl.v1 that return Document.LayoutOrBuilder Modifier and Type Method Description Document.LayoutOrBuilderDocument.Builder. getLayoutOrBuilder(int index)Describes the layout of the document.Document.LayoutOrBuilderDocument. getLayoutOrBuilder(int index)Describes the layout of the document.Document.LayoutOrBuilderDocumentOrBuilder. getLayoutOrBuilder(int index)Describes the layout of the document.Methods in com.google.cloud.automl.v1 that return types with arguments of type Document.LayoutOrBuilder Modifier and Type Method Description List<? extends Document.LayoutOrBuilder>Document.Builder. getLayoutOrBuilderList()Describes the layout of the document.List<? extends Document.LayoutOrBuilder>Document. getLayoutOrBuilderList()Describes the layout of the document.List<? extends Document.LayoutOrBuilder>DocumentOrBuilder. getLayoutOrBuilderList()Describes the layout of the document.
-