ServicePropertyChannel Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. cognitiveservices. speech. ServicePropertyChannel
- com.
- java.
public enum ServicePropertyChannel
extends java.lang.Enum<ServicePropertyChannel>
Defines channels used to send service properties. Added in version 1.5.0.
Fields
HttpHeader |
Uses Http |
UriQueryParameter |
Uses URI query parameter to pass property settings to service. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
getValue()
public int getValue()
Returns the internal value
Returns
valueOf(String name)
public static ServicePropertyChannel valueOf(String name)
Parameters
- name
- java.lang.String