docs/Annotation.md in purecloudplatformclientv2-18.0.0 vs docs/Annotation.md in purecloudplatformclientv2-19.0.0

- old
+ new

@@ -10,9 +10,13 @@ | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **type** | **String** | | [optional] | | **location** | **Integer** | Offset of annotation in milliseconds. | [optional] | | **duration_ms** | **Integer** | Duration of annotation in milliseconds. | [optional] | +| **absolute_location** | **Integer** | Offset of annotation (milliseconds) from start of recording. | [optional] | +| **absolute_duration_ms** | **Integer** | Duration of annotation (milliseconds). | [optional] | +| **recording_location** | **Integer** | Offset of annotation (milliseconds) from start of recording, adjusted for any recording cuts | [optional] | +| **recording_duration_ms** | **Integer** | Duration of annotation (milliseconds), adjusted for any recording cuts. | [optional] | | **user** | [**User**](User.html) | User that created this annotation (if any). | [optional] | | **description** | **String** | Text of annotation. | [optional] | | **keyword_name** | **String** | The word or phrase which is being looked for with speech recognition. | [optional] | | **confidence** | **Float** | Actual confidence that this is an accurate match. | [optional] | | **keyword_set_id** | **String** | A unique identifier for the keyword set to which this spotted keyword belongs. | [optional] |