ListSpeakers

Returns a list of speakers in a specified database. The action can also return information about the audio samples associated with each speaker.

Type: synchronous

Parameter Description Required
audiostatus A Boolean value (default false) that specifies whether to list the audio samples for each speaker. No
database The name of the speaker database to query. Yes
identifier A comma-separated list of identifiers to specify the speakers to list. If you do not set this parameter, Media Server lists all of the speakers in the specified database. No
metadata A Boolean value (default false) that specifies whether to return the metadata associated with each speaker. No

Example

The following example lists the speakers in the news database.

/action=ListSpeakers&database=news
                    &audiostatus=true
                    &metadata=true

Response

The following XML is an example response:

<autnresponse>
  <action>LISTSPEAKERS</action>
  <response>SUCCESS</response>
  <responsedata>
    <speaker>
        <identifier>newsreader</identifier>
        <numTrainAudio>1</numTrainAudio>
        <numDevelAudio>1</numDevelAudio>
        <metadata>
          <item>
            <key>category</key>
            <value>newsreaders</value>
          </item>
        </metadata>
        <audio>
          <label>665769c6de52a612b5de1ea4a8f1f1aa</label>
          <training>true</training>
        </audio>
        <audio>
          <label>4a66aab4aace4ae39bbf1c5ffdaee33e</label>
          <training>false</training>
        </audio>
        <modelBuilt>Yes</modelBuilt>
        <thresholdType>Automatic</thresholdType>
        <estimationBias>0.3</estimationBias>
        <threshold>34</threshold>
    </speaker>
    ...
  </responsedata>
</autnresponse>

The response can include the following information for each speaker:


_FT_HTML5_bannerTitle.htm