SnippetsLeadingtextLeadingTextAnnotationPiece

GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextAnnotationPiece


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. begin (type: integer(), default: nil)
    - A piece of leading text is text within [begin, end). For example, a document is "ABCDEF". If we want to set leading text as 'CD', the value of begin is byte offset of 'C', the value of end is byte offset of 'E'. end == -1 means to the end of document.
  2. beginText (type: String.t, default: nil)
    - UTF8 text, for alignment when using reusableinfo. Those text are not available in docjoins.
  3. end (type: integer(), default: nil)
    -
  4. endText (type: String.t, default: nil)
    -
  5. matchedPattern (type: String.t, default: nil)
    - Matched dom path string for debugging.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextAnnotationPiece{
begin: integer() | nil,
beginText: String.t() | nil,
end: integer() | nil,
endText: String.t() | nil,
matchedPattern: String.t() | nil
}

Function

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

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