Voting helps other researchers find interesting modules.
Defines the structure for content warehouse document proto.
cloudAiDocument
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1Document.t
nil
contentCategory
String.t
createTime
DateTime.t
creator
displayName
displayUri
dispositionTime
documentSchemaName
inlineRawDocument
legalHold
boolean()
name
plainText
properties
list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Property.t)
rawDocumentFileType
rawDocumentPath
referenceId
textExtractionDisabled
textExtractionEnabled
title
updateTime
updater
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Document{ cloudAiDocument: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1Document.t() | nil, contentCategory: String.t() | nil, createTime: DateTime.t() | nil, creator: String.t() | nil, displayName: String.t() | nil, displayUri: String.t() | nil, dispositionTime: DateTime.t() | nil, documentSchemaName: String.t() | nil, inlineRawDocument: String.t() | nil, legalHold: boolean() | nil, name: String.t() | nil, plainText: String.t() | nil, properties: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Property.t() ] | nil, rawDocumentFileType: String.t() | nil, rawDocumentPath: String.t() | nil, referenceId: String.t() | nil, textExtractionDisabled: boolean() | nil, textExtractionEnabled: boolean() | nil, title: String.t() | nil, updateTime: DateTime.t() | nil, updater: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()