### YamlMime:JavaEnum uid: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType" fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType" name: "SynthesisVoiceType" nameWithType: "SynthesisVoiceType" summary: "Define synthesis voice type." inheritances: - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "valueOf(java.lang.Class,java.lang.String)?alt=java.lang.Enum.valueOf&text=valueOf\" data-throw-if-not-resolved=\"False\" />" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" syntax: "public enum **SynthesisVoiceType**
extends <>" fields: - uid: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType.OfflineNeural" fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType.OfflineNeural" name: "OfflineNeural" nameWithType: "SynthesisVoiceType.OfflineNeural" summary: "Offline neural voice." desc: "Offline neural voice." - uid: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType.OfflineStandard" fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType.OfflineStandard" name: "OfflineStandard" nameWithType: "SynthesisVoiceType.OfflineStandard" summary: "Offline standard voice." desc: "Offline standard voice." - uid: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType.OnlineNeural" fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType.OnlineNeural" name: "OnlineNeural" nameWithType: "SynthesisVoiceType.OnlineNeural" summary: "Online neural voice." desc: "Online neural voice." - uid: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType.OnlineStandard" fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType.OnlineStandard" name: "OnlineStandard" nameWithType: "SynthesisVoiceType.OnlineStandard" summary: "Online standard voice." desc: "Online standard voice." methods: - uid: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType.valueOf(java.lang.String)" fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType.valueOf(String name)" name: "valueOf(String name)" nameWithType: "SynthesisVoiceType.valueOf(String name)" modifiers: - "static" parameters: - name: "name" type: "" syntax: "public static SynthesisVoiceType valueOf(String name)" returns: type: "" - uid: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType.values()" fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoiceType.values()" name: "values()" nameWithType: "SynthesisVoiceType.values()" modifiers: - "static" syntax: "public static SynthesisVoiceType[] values()" returns: type: "[]" desc: "Define synthesis voice type. Added in version 1.16.0" metadata: {} package: "com.microsoft.cognitiveservices.speech" artifact: com.microsoft.cognitiveservices.speech:client-sdk:1.38.0