` for paragraphs and `` for individual sentences, could help the algorithm better understand the content and structure of the page.
Voting helps other researchers find interesting modules.
A single paragraph.
bytes
GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t
nil
characters
document
GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t
sentences
text
String.t
tokens
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaParagraph{ bytes: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t() | nil, characters: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t() | nil, document: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil, sentences: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t() | nil, text: String.t() | nil, tokens: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t() | nil }
@spec decode(struct(), keyword()) :: struct()