google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.Snippet View Source
Snippet of the search result, which summarizes the content of the resulting page.
Attributes
matchRanges
(type:list(GoogleApi.CloudSearch.V1.Model.MatchRange.t)
, default:nil
) - The matched ranges in the snippet.snippet
(type:String.t
, default:nil
) - The snippet of the document. The snippet of the document. May contain escaped HTML character that should be unescaped prior to rendering.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudSearch.V1.Model.Snippet{ matchRanges: [GoogleApi.CloudSearch.V1.Model.MatchRange.t()], snippet: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.