RepositoryWebrefMentionDebugInfo

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionDebugInfo


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. cleanText (type: String.t, default: nil)
    - A clean version of text. This is mostly used for compatibility with other Goldmine annotators.
  2. infoString (type: list(String.t), default: nil)
    - Optional debug information.
  3. snippet (type: String.t, default: nil)
    - A snippet of the parsed text (html tags removed) in the page around this mention. Useful for human evaluation of the quality of the annotations. Outputted by WebrefAnnotator if --webref_output_mention_snippet_size is set to a value greater than 0.
  4. text (type: String.t, default: nil)
    - Original UTF-8 document text occurring in the range [begin, end).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionDebugInfo{
cleanText: String.t() | nil,
infoString: [String.t()] | nil,
snippet: String.t() | nil,
text: String.t() | nil
}

Function

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

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