Uses of Interface
com.google.cloud.documentai.v1beta2.Document.Page.MatrixOrBuilder
-
Packages that use Document.Page.MatrixOrBuilder Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of Document.Page.MatrixOrBuilder in com.google.cloud.documentai.v1beta2
Classes in com.google.cloud.documentai.v1beta2 that implement Document.Page.MatrixOrBuilder Modifier and Type Class Description static class
Document.Page.Matrix
Representation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.static class
Document.Page.Matrix.Builder
Representation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.Methods in com.google.cloud.documentai.v1beta2 that return Document.Page.MatrixOrBuilder Modifier and Type Method Description Document.Page.MatrixOrBuilder
Document.Page.Builder. getTransformsOrBuilder(int index)
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta2.Document.Page.image].Document.Page.MatrixOrBuilder
Document.Page. getTransformsOrBuilder(int index)
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta2.Document.Page.image].Document.Page.MatrixOrBuilder
Document.PageOrBuilder. getTransformsOrBuilder(int index)
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta2.Document.Page.image].Methods in com.google.cloud.documentai.v1beta2 that return types with arguments of type Document.Page.MatrixOrBuilder Modifier and Type Method Description List<? extends Document.Page.MatrixOrBuilder>
Document.Page.Builder. getTransformsOrBuilderList()
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta2.Document.Page.image].List<? extends Document.Page.MatrixOrBuilder>
Document.Page. getTransformsOrBuilderList()
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta2.Document.Page.image].List<? extends Document.Page.MatrixOrBuilder>
Document.PageOrBuilder. getTransformsOrBuilderList()
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta2.Document.Page.image].
-