View Source GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaParagraph (google_api_content_warehouse v0.4.0)
A single paragraph.
Attributes
-
bytes
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t
, default:nil
) - The bytes in this paragraph. -
characters
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t
, default:nil
) - The characters in this paragraph. -
document
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t
, default:nil
) - The document that contains this paragraph. -
sentences
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t
, 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.t
, default:nil
) - The tokens in this paragraph.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.