View Source GoogleApi.ContentWarehouse.V1.Model.TeragoogleDocumentInfoSection (google_api_content_warehouse v0.4.0)

Sections to be added to the dynamic repository the docservers build. 'tokens' is either a sequence of tokens encoded using the TokenSequenceEncoder (MDU), or a TokenspaceRepository (depends on what's set in section_type. If 'doc' is present, then the contents of these sections override what was created by parsing 'doc'.

Attributes

  • fieldName (type: list(String.t), default: nil) - List of field repository (subsection) names within the section.
  • name (type: String.t, default: nil) -
  • tokens (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TeragoogleDocumentInfoSection{
  fieldName: [String.t()] | nil,
  name: String.t() | nil,
  tokens: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.