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 class
Document.Layout
Describes the layout information of a [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in the document.static class
Document.Layout.Builder
Describes 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.LayoutOrBuilder
Document.Builder. getLayoutOrBuilder(int index)
Describes the layout of the document.Document.LayoutOrBuilder
Document. getLayoutOrBuilder(int index)
Describes the layout of the document.Document.LayoutOrBuilder
DocumentOrBuilder. 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.
-