SnippetsLeadingtextLeadingTextInfo

GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextInfo


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. beginPos (type: integer(), default: nil)
    - Leading text start position, byte offset of page content. The offset is got in ParseMaster. So it is the offset after the content is converted to UTF8.
  2. leadingtext (type: list(GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextAnnotation), default: nil)
    - Note: You can also use it to save multiple leading text candidates.
  3. text (type: String.t, default: nil)
    - UTF8 text, for alignment when using reusableinfo. The text is not available in docjoins.
  4. type (type: String.t, default: nil)
    - Type of leading text which is optimized for this type of document.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextInfo{
beginPos: integer() | nil,
leadingtext: [ GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextAnnotation.t() ] | nil,
text: String.t() | nil,
type: String.t() | nil
}

Function

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

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