gong-rs 0.0.1

A gong.io API client for the Rust language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# SpeechSegment

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**from_time** | **i32** | The start time of the segment in milliseconds from the beginning of the call. | 
**to_time** | **i32** | The end time of the segment in milliseconds from the beginning of the call. | 
**party_ids** | **Vec<String>** | The speaking parties in the segment, each must have a correlating partyId within 'parties'. It is allowed to provide overlapping segments, i.e. you can either specify multiple speakers in a segment or send several overlapping segments each marked with one speaker. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)