QualityNsrPQDataSubchunkData

GoogleApi.ContentWarehouse.V1.Model.QualityNsrPQDataSubchunkData


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

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

View Attributes

Attributes

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

Type

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

Function

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

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