Name | Type | Description | Notes |
---|---|---|---|
text | kotlin.String | The body of the comment. | |
`annotation` | kotlin.String | Serialized list of geometry and/or drawing data. Learn more here | [optional] |
page | kotlin.Int | Page number for a comment (documents only). | [optional] |
pitch | kotlin.Int | Pitch measurement for the comment (360deg video only). | [optional] |
timestamp | kotlin.Double | Timestamp for the comment, in frames, starting at 0. Comments can "global" to an asset in which you don't provide the timestamp, or if you're reviewing a "document" like a PDF then you would use `page` instead of `timestamp` to identify where the comment belongs. | [optional] |
yaw | kotlin.Int | Yaw measurement for the comment (360deg video only). | [optional] |
duration | kotlin.Int | Used to produce range-based comments, this is the duration measured in frames. | [optional] |
`private` | kotlin.Boolean | Set to true to make your comment a "Team-only Comment" that won't be visible to anonymous reviewers or Collaborators. | [optional] |