Voting helps other researchers find interesting modules.
The NsrChunksProto corresponds to the NSRChunks class. The data saved by the proto and the class is the same. We provide utilities to go from one to the other.
primaryChunk
String.t
nil
secondaryChunks
list(String.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityNsrNsrChunksProto{ primaryChunk: String.t() | nil, secondaryChunks: [String.t()] | nil }
@spec decode(struct(), keyword()) :: struct()