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

Data used to compute delta_subchunk_adjustment. (I.e, the subchunks looked up, with their confidences and weights). This data is not propagated to ascorer.

Attributes

  • confidence (type: number(), default: nil) - Confidence associated with the chunk.
  • deltaNsr (type: number(), default: nil) - Subchunk delta in nsr.
  • pageWeight (type: number(), default: nil) - Weight with which this document belong to this subchunk (greater than 0).
  • type (type: String.t, default: nil) - Type of this chunk. Eg, ymyl_health, d2v, etc.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityNsrPQDataSubchunkData{
  confidence: number() | nil,
  deltaNsr: number() | nil,
  pageWeight: number() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.