Beispiel #1
0
 public Generator()
 {
     fieldGeneratorFormat        = new FieldHoldingGeneratorFormat("field \"Format\" of the HoundUpdate class");
     fieldGeneratorFormatVersion = new FieldHoldingGeneratorFormatVersion("field \"FormatVersion\" of the HoundUpdate class");
     fieldGeneratorIndex         = new FieldHoldingGeneratorIndex("field \"Index\" of the HoundUpdate class");
     fieldGeneratorResult        = new CommandResultJSON.HoldingGenerator("field \"Result\" of the HoundUpdate class", false);
     fieldGeneratorIsFinal       = new JSONHoldingBooleanGenerator("field \"IsFinal\" of the HoundUpdate class");
     unknownFieldGenerator       = new UnknownFieldGenerator(false);
     set_what("the HoundUpdate class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Beispiel #2
0
 public Generator()
 {
     fieldGeneratorFormat            = new FieldHoldingGeneratorFormat("field \"Format\" of the HoundPartialTranscript class");
     fieldGeneratorFormatVersion     = new FieldHoldingGeneratorFormatVersion("field \"FormatVersion\" of the HoundPartialTranscript class");
     fieldGeneratorPartialTranscript = new JSONHoldingStringGenerator("field \"PartialTranscript\" of the HoundPartialTranscript class");
     fieldGeneratorDurationMS        = new JSONHoldingNumberTextGenerator("field \"DurationMS\" of the HoundPartialTranscript class");
     fieldGeneratorDone            = new JSONHoldingBooleanGenerator("field \"Done\" of the HoundPartialTranscript class");
     fieldGeneratorSafeToStopAudio = new JSONHoldingBooleanGenerator("field \"SafeToStopAudio\" of the HoundPartialTranscript class");
     fieldGeneratorLocalOrRemote   = new FieldHoldingGeneratorLocalOrRemote("field \"LocalOrRemote\" of the HoundPartialTranscript class");
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the HoundPartialTranscript class");
     allow_incomplete = false;
     allow_unpolished = false;
 }