ScienceCitationFundingExtractionInfo

GoogleApi.ContentWarehouse.V1.Model.ScienceCitationFundingExtractionInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Holds information about the source of the funding entry.

Attributes List

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

View Attributes

Attributes

  1. ClearedFunding (type: String.t, default: nil)
    - Set when we clear all extracted funding from this citation in the parser.
  2. DebugFundingTextBlock (type: String.t, default: nil)
    - Text block context from which the funding entry was extracted. Optionally filled and intended to be used for offline analysis.
  3. DocPart (type: String.t, default: nil)
    -
  4. ParseSection (type: String.t, default: nil)
    -
  5. Source (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ScienceCitationFundingExtractionInfo{
ClearedFunding: String.t() | nil,
DebugFundingTextBlock: String.t() | nil,
DocPart: String.t() | nil,
ParseSection: String.t() | nil,
Source: String.t() | nil
}

Function

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

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