GDocumentBaseDirectory

GoogleApi.ContentWarehouse.V1.Model.GDocumentBaseDirectory


Table of Contents ▼

Jump to a specific part of the page:

Description

The Directory proto group holds snippet and title metadata which is made available to the snippet code. The proto group was originally created for metadata coming from the Google Web Directory (gwd) project. It has since come to be used to hold metadata from gwd and other sources.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. Category (type: String.t, default: nil)
    - encoded in UTF8
  2. Description (type: String.t, default: nil)
    - encoded in UTF8
  3. DescriptionScore (type: number(), default: nil)
    -
  4. Identifier (type: String.t, default: nil)
    - "gwd", etc.
  5. Language (type: integer(), default: nil)
    - go/language-enum
  6. Title (type: String.t, default: nil)
    - encoded in UTF8
  7. TitleScore (type: number(), default: nil)
    - Deprecated; do not use. There is no code populating these fields as of Oct 2017.
  8. URL (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GDocumentBaseDirectory{
Category: String.t() | nil,
Description: String.t() | nil,
DescriptionScore: number() | nil,
Identifier: String.t() | nil,
Language: integer() | nil,
Title: String.t() | nil,
TitleScore: number() | nil,
URL: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GDocumentBaseDirectory