GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo constructor

GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo({
  1. double? confidence,
  2. String? endOffset,
  3. String? startOffset,
  4. String? word,
})

Implementation

GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo({
  this.confidence,
  this.endOffset,
  this.startOffset,
  this.word,
});