toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SmoothGroupSegmentationMode.useInputSegmentation:
      return 'USE_INPUT_SEGMENTATION';
    case SmoothGroupSegmentationMode.useSegmentDuration:
      return 'USE_SEGMENT_DURATION';
  }
}