GoodocParagraphRoute

GoogleApi.ContentWarehouse.V1.Model.GoodocParagraphRoute


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. EndPoint (type: GoogleApi.ContentWarehouse.V1.Model.GoodocRoutePoint, default: nil)
    - Route end point
  2. StartPoint (type: GoogleApi.ContentWarehouse.V1.Model.GoodocRoutePoint, default: nil)
    - Route start point
  3. Weight (type: integer(), default: nil)
    - Route weight, i.e. route
  4. Word (type: list(GoogleApi.ContentWarehouse.V1.Model.GoodocWord), default: nil)
    - The array of words on this route

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocParagraphRoute{
EndPoint: GoogleApi.ContentWarehouse.V1.Model.GoodocRoutePoint.t() | nil,
StartPoint: GoogleApi.ContentWarehouse.V1.Model.GoodocRoutePoint.t() | nil,
Weight: integer() | nil,
Word: [GoogleApi.ContentWarehouse.V1.Model.GoodocWord.t()] | nil
}

Function

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

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