View Source GoogleApi.ContentWarehouse.V1.Model.ScienceCitationFundingExtractionInfo (google_api_content_warehouse v0.4.0)

Holds information about the source of the funding entry.

Attributes

  • ClearedFunding (type: String.t, default: nil) - Set when we clear all extracted funding from this citation in the parser.
  • 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.
  • DocPart (type: String.t, default: nil) -
  • ParseSection (type: String.t, default: nil) -
  • Source (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.