Voting helps other researchers find interesting modules.
Document entry with metadata inside SearchDocumentsResponse
document
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Document.t
nil
matchedTokenPageIndices
list(String.t)
qaResult
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1QAResult.t
searchTextSnippet
String.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument{ document: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Document.t() | nil, matchedTokenPageIndices: [String.t()] | nil, qaResult: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1QAResult.t() | nil, searchTextSnippet: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()