OutputIdentities
The types of results to include in the output. Set this parameter to one of the following values:
All
- The output includes records whether the language was known or otherwise. In this case Media Server produces at least one record for each audio segment. Language identification produces multiple records for the same segment when there are multiple possibilities and MaxResults is greater than 1. If you have set ClosedSet tofalse
and a language is not recognized, Media Server outputs a single record with an emptylanguage
field.Known
- Include only recognized languages in the output. Language identification produces multiple records for the same segment when there are multiple possibilities and MaxResults is greater than 1. If a language is not recognized, Media Server does not output a record for that segment.Unknown
- Include only unknown languages in the output. In this case all records in the output will have an emptylanguage
field. Do not use this option unless you have set the ClosedSet parameter tofalse
, because by default Media Server does not produce unknown results.
Type: | String |
Default: | All |
Required: | No |
Configuration Section: | TaskName |
Example: | OutputIdentities=Known
|
See Also: |