http://api.microsofttranslator.com/V2
http://api.microsofttranslator.com/V2 / Speak Element / options Element
In This Topic
    options Element
    In This Topic
    Description
    A string specifying the quality of the audio signals. Currently, “MaxQuality” and “MinSize” are available. With “MaxQuality”, you can get the voice(s) with the highest quality, and with “MinSize”, you can get the voices with the smallest size. If no value is provided, we default to “MinSize”.
    Namespace http://api.microsofttranslator.com/V2
    Type
    xs:string
    Diagram
    options Element
    Overview
    options optional xs:string
    A string specifying the quality of the audio signals. Currently, “MaxQuality” and “MinSize” are available. With “MaxQuality”, you can get the voice(s) with the highest quality, and with “MinSize”, you can get the voices with the smallest size. If no value is provided, we default to “MinSize”.
    Source
    <xs:element minOccurs="0" name="options" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
    See Also