RepositoryWebrefLexicalRange

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLexicalRange


Table of Contents ▼

Jump to a specific part of the page:

Description

A single understood lexicon of the |category| on byte range from |begin_offset| (inclusive) to |end_offset| (exclusive). The offsets are all byte offsets relative to the full original query and cover both the mentions and surrounding markers.

Attributes List

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

View Attributes

Attributes

  1. beginOffset (type: integer(), default: nil)
    - Begin byte offset relative to the full original query.
  2. category (type: String.t, default: nil)
    -
  3. direction (type: String.t, default: nil)
    - Direction defines the relation between the measurable aspect and the facet.
  4. endOffset (type: integer(), default: nil)
    - End byte offset relative to the full original query.
  5. facetMid (type: String.t, default: nil)
    - The mid of the facet associated with ASPECT category.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLexicalRange{
beginOffset: integer() | nil,
category: String.t() | nil,
direction: String.t() | nil,
endOffset: integer() | nil,
facetMid: String.t() | nil
}

Function

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

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