OutputIdentities
The types of results to include in the output. Set this parameter to one of the following values:
All
- The output includes records that represent known speakers, unknown speakers, and non-speech segments.Speakers
- The output includes records that represent known speakers and unknown speakers, but not non-speech segments.Known
- The output only includes records that represent known speakers. If a speaker is not recognized or the segment does not contain speech, Media Server does not output a record for that segment.Unknown
- The output only includes records that represent unknown speakers.
A record for an unknown speaker has the value Unknown_
in the speakerName
field. A record for a non-speech segment has the value NonSpeech_
in the speakerName
field.
Type: | String |
Default: | All |
Required: | No |
Configuration Section: | TaskName |
Example: | OutputIdentities=Known
|
See Also: | MatchThreshold |