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 classDocument.Page.MatrixRepresentation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.static classDocument.Page.Matrix.BuilderRepresentation 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.MatrixOrBuilderDocument.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.MatrixOrBuilderDocument.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.MatrixOrBuilderDocument.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].
-