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 `RawDocument` class is part of the Cloud Document AI v1 API and handles raw document content as bytes."],["The latest version of `RawDocument` is 3.19.0, while version 3.10.0 is detailed on this specific page."],["`RawDocument` inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffering."],["It includes properties like `Content` (for the document's byte data), `DisplayName` (for the document's name), and `MimeType` (for the document's format)."],["The class also has a constructor to create a `RawDocument` object, either empty or by cloning another `RawDocument`."]]],[]]