emma:endpoint-info

Microsoft Speech Platform SDK 11

Collapse image Expand Image Copy image CopyHover image

An emma:endpoint-info element is a container for information about the communications environment.

Element Definition

XML Copy imageCopy Code
<xs:complexType name="endpoint-info">
  <xs:choice maxOccurs="unbounded">
    <xs:element ref="emma:endpoint" />
  </xs:choice>
  <xs:attribute name="id" type="xs:ID" use="required" />
</xs:complexType>

Parent Element

Remarks

An emma:endpoint-info element contains one or more references to emma:endpoint elements, each of which contains a reference to an emma:endpoint.attribs attribute group. The emma:endpoint.attribs attribute group can be used to hold information about the endpoint such as address and port number, as well as application-specific annotations.