GoogleCloudContactcenterinsightsV1AnnotationBoundary.fromJson constructor
GoogleCloudContactcenterinsightsV1AnnotationBoundary.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1AnnotationBoundary.fromJson(core.Map json_)
: this(
transcriptIndex: json_['transcriptIndex'] as core.int?,
wordIndex: json_['wordIndex'] as core.int?,
);