GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaParagraph
Table of Contents ▼
Jump to a specific part of the page:
Description
A single paragraph.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
bytes
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan
, default:nil
)
- The bytes in this paragraph. -
characters
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan
, default:nil
)
- The characters in this paragraph. -
document
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex
, default:nil
)
- The document that contains this paragraph. -
sentences
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan
, default:nil
)
- The sentences in this paragraph. -
text
(type:String.t
, default:nil
)
- The text of this paragraph. Must contain valid UTF-8. -
tokens
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan
, default:nil
)
- The tokens in this paragraph.
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaParagraph