The display name of the document, it supports all Unicode characters except
the following:
*, ?, [, ], %, {, },', \", ,~, = and : are reserved.
If not specified, a default ID will be 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 provided content details the `RawDocument` class within the Google Cloud Document AI v1 API, including its various versions ranging from 1.0.0 to the latest 3.19.0."],["`RawDocument` is a payload message designed to handle raw document content in bytes, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties like `Content` (ByteString), `DisplayName` (string), and `MimeType` (string), which handle the document's raw data, name, and format, respectively."],["The `RawDocument` class has two constructors; a parameterless one and one that takes another `RawDocument` as parameter."],["The class inherits members like `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class, allowing interaction with these members."]]],[]]