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-24 UTC."],[[["The `RawDocument` class represents the payload message of raw document content in bytes, within the Cloud Document AI v1beta3 API."],["It inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors to create a new `RawDocument` object or to clone from another `RawDocument` object."],["Key properties of `RawDocument` include `Content` (the document's byte content), `DisplayName` (the document's name), and `MimeType` (the document's MIME type)."],["The `RawDocument` class belongs to the `Google.Cloud.DocumentAI.V1Beta3` namespace and is contained within the `Google.Cloud.DocumentAI.V1Beta3.dll` assembly."]]],[]]