toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DocumentClassifierDataFormat.comprehendCsv:
      return 'COMPREHEND_CSV';
    case DocumentClassifierDataFormat.augmentedManifest:
      return 'AUGMENTED_MANIFEST';
  }
}