public sealed class Matrix : IMessage<Document.Types.Page.Types.Matrix>, IEquatable<Document.Types.Page.Types.Matrix>, IDeepCloneable<Document.Types.Page.Types.Matrix>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.Matrix.
Representation for transformation matrix, intended to be compatible and
used with OpenCV format for image manipulation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eDocument.Types.Page.Types.Matrix\u003c/code\u003e class within the Cloud Document AI v1 API for .NET, spanning versions from 1.0.0 to the latest, 3.19.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMatrix\u003c/code\u003e class represents a transformation matrix compatible with OpenCV format, used for image manipulation, and it includes properties like \u003ccode\u003eCols\u003c/code\u003e, \u003ccode\u003eData\u003c/code\u003e, \u003ccode\u003eRows\u003c/code\u003e, and \u003ccode\u003eType\u003c/code\u003e to define its structure.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation lists inherited members from the \u003ccode\u003eObject\u003c/code\u003e class and details the constructors for creating \u003ccode\u003eMatrix\u003c/code\u003e objects, including a constructor that takes another \u003ccode\u003eMatrix\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe available properties, \u003ccode\u003eCols\u003c/code\u003e, \u003ccode\u003eRows\u003c/code\u003e, and \u003ccode\u003eType\u003c/code\u003e, are all integers, while the \u003ccode\u003eData\u003c/code\u003e property uses \u003ccode\u003eByteString\u003c/code\u003e to hold the matrix data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eType\u003c/code\u003e property encodes the data type used by the matrix and provides a link to the OpenCV documentation for a complete list of data types.\u003c/p\u003e\n"]]],[],null,[]]