google_api_books v0.15.0 GoogleApi.Books.V1.Model.VolumeannotationContentRanges View Source

The content ranges to identify the selected text.

Attributes

  • cfiRange (type: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t, default: nil) - Range in CFI format for this annotation for version above.
  • contentVersion (type: String.t, default: nil) - Content version applicable to ranges below.
  • gbImageRange (type: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t, default: nil) - Range in GB image format for this annotation for version above.
  • gbTextRange (type: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t, default: nil) - Range in GB text format for this annotation for version above.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Books.V1.Model.VolumeannotationContentRanges{
  cfiRange: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t(),
  contentVersion: String.t(),
  gbImageRange: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t(),
  gbTextRange: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.