The display name of the document, it supports all Unicode characters except
the following:
*, ?, [, ], %, {, },', \", ,~, = and : are reserved.
If not specified, a default ID is generated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the Document AI v1 API is 3.19.0, but this page is referencing version 3.12.0, and there are numerous versions available ranging from 1.0.0 all the way to 3.19.0."],["The `RawDocument` class is a payload message for raw document content (bytes) and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RawDocument` has two constructors: a parameterless constructor and one that accepts another `RawDocument` instance, allowing for the creation of a new document instance or copying an existing one."],["The `RawDocument` class includes properties for `Content` (of type `ByteString`), `DisplayName` (a string with specific character restrictions), and `MimeType` (a string representing an IANA MIME type)."],["The `RawDocument` class inherits the methods `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]