GoogleCloudContactcenterinsightsV1AnnotationBoundary constructor

GoogleCloudContactcenterinsightsV1AnnotationBoundary({
  1. int? transcriptIndex,
  2. int? wordIndex,
})

Implementation

GoogleCloudContactcenterinsightsV1AnnotationBoundary({
  this.transcriptIndex,
  this.wordIndex,
});