View Source GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaCharacter (google_api_content_warehouse v0.3.0)
A single Unicode character.
Attributes
-
document
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t
, default:nil
) - The document that contains this character. -
paragraph
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t
, default:nil
) - The paragraph that contains this character. -
sentence
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t
, default:nil
) - The sentence that contains this character. -
text
(type:String.t
, default:nil
) - The character itself. Must contain valid UTF-8. Must be exactly one Unicode character. -
token
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t
, default:nil
) - The token that contains this character.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaCharacter{ document: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil, paragraph: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil, sentence: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil, text: String.t() | nil, token: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.