Uses of Class
com.google.cloud.documentai.v1beta3.Document.Page.Matrix
-
Packages that use Document.Page.Matrix Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of Document.Page.Matrix in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return Document.Page.Matrix Modifier and Type Method Description Document.Page.Matrix
Document.Page.Matrix.Builder. build()
Document.Page.Matrix
Document.Page.Matrix.Builder. buildPartial()
static Document.Page.Matrix
Document.Page.Matrix. getDefaultInstance()
Document.Page.Matrix
Document.Page.Matrix.Builder. getDefaultInstanceForType()
Document.Page.Matrix
Document.Page.Matrix. getDefaultInstanceForType()
Document.Page.Matrix
Document.Page.Builder. getTransforms(int index)
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta3.Document.Page.image].Document.Page.Matrix
Document.Page. getTransforms(int index)
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta3.Document.Page.image].Document.Page.Matrix
Document.PageOrBuilder. getTransforms(int index)
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta3.Document.Page.image].static Document.Page.Matrix
Document.Page.Matrix. parseDelimitedFrom(InputStream input)
static Document.Page.Matrix
Document.Page.Matrix. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Matrix
Document.Page.Matrix. parseFrom(byte[] data)
static Document.Page.Matrix
Document.Page.Matrix. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Matrix
Document.Page.Matrix. parseFrom(com.google.protobuf.ByteString data)
static Document.Page.Matrix
Document.Page.Matrix. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Matrix
Document.Page.Matrix. parseFrom(com.google.protobuf.CodedInputStream input)
static Document.Page.Matrix
Document.Page.Matrix. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Matrix
Document.Page.Matrix. parseFrom(InputStream input)
static Document.Page.Matrix
Document.Page.Matrix. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Matrix
Document.Page.Matrix. parseFrom(ByteBuffer data)
static Document.Page.Matrix
Document.Page.Matrix. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type Document.Page.Matrix Modifier and Type Method Description com.google.protobuf.Parser<Document.Page.Matrix>
Document.Page.Matrix. getParserForType()
List<Document.Page.Matrix>
Document.Page.Builder. getTransformsList()
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta3.Document.Page.image].List<Document.Page.Matrix>
Document.Page. getTransformsList()
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta3.Document.Page.image].List<Document.Page.Matrix>
Document.PageOrBuilder. getTransformsList()
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta3.Document.Page.image].static com.google.protobuf.Parser<Document.Page.Matrix>
Document.Page.Matrix. parser()
Methods in com.google.cloud.documentai.v1beta3 with parameters of type Document.Page.Matrix Modifier and Type Method Description Document.Page.Builder
Document.Page.Builder. addTransforms(int index, Document.Page.Matrix value)
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta3.Document.Page.image].Document.Page.Builder
Document.Page.Builder. addTransforms(Document.Page.Matrix value)
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta3.Document.Page.image].Document.Page.Matrix.Builder
Document.Page.Matrix.Builder. mergeFrom(Document.Page.Matrix other)
static Document.Page.Matrix.Builder
Document.Page.Matrix. newBuilder(Document.Page.Matrix prototype)
Document.Page.Builder
Document.Page.Builder. setTransforms(int index, Document.Page.Matrix value)
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta3.Document.Page.image].Method parameters in com.google.cloud.documentai.v1beta3 with type arguments of type Document.Page.Matrix Modifier and Type Method Description Document.Page.Builder
Document.Page.Builder. addAllTransforms(Iterable<? extends Document.Page.Matrix> values)
Transformation matrices that were applied to the original document image to produce [Page.image][google.cloud.documentai.v1beta3.Document.Page.image].
-