Class Annotation.ClientVersionRangesData
Selection ranges sent from the client.
Inheritance
System.Object
Annotation.ClientVersionRangesData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class ClientVersionRangesData
Properties
CfiRange
Range in CFI format for this annotation sent by client.
Declaration
[JsonProperty("cfiRange")]
public virtual BooksAnnotationsRange CfiRange { get; set; }
Property Value
| Type | Description |
|---|---|
| BooksAnnotationsRange |
ContentVersion
Content version the client sent in.
Declaration
[JsonProperty("contentVersion")]
public virtual string ContentVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GbImageRange
Range in GB image format for this annotation sent by client.
Declaration
[JsonProperty("gbImageRange")]
public virtual BooksAnnotationsRange GbImageRange { get; set; }
Property Value
| Type | Description |
|---|---|
| BooksAnnotationsRange |
GbTextRange
Range in GB text format for this annotation sent by client.
Declaration
[JsonProperty("gbTextRange")]
public virtual BooksAnnotationsRange GbTextRange { get; set; }
Property Value
| Type | Description |
|---|---|
| BooksAnnotationsRange |
ImageCfiRange
Range in image CFI format for this annotation sent by client.
Declaration
[JsonProperty("imageCfiRange")]
public virtual BooksAnnotationsRange ImageCfiRange { get; set; }
Property Value
| Type | Description |
|---|---|
| BooksAnnotationsRange |