azure-docs-sdk-java/docs-ref-autogen/com.microsoft.cognitiveserv...

113 строки
7.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult"
fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult"
name: "SynthesisVoicesResult"
nameWithType: "SynthesisVoicesResult"
summary: "Contains detailed information about the retrieved synthesis voices list."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **SynthesisVoicesResult**</br> implements <xref href=\"java.lang.AutoCloseable?alt=java.lang.AutoCloseable&text=AutoCloseable\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.SynthesisVoicesResult(com.microsoft.cognitiveservices.speech.util.IntRef)"
fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.SynthesisVoicesResult(IntRef result)"
name: "SynthesisVoicesResult(IntRef result)"
nameWithType: "SynthesisVoicesResult.SynthesisVoicesResult(IntRef result)"
summary: "PROTECTED"
modifiers:
- "protected"
parameters:
- description: "PROTECTED"
name: "result"
type: "<xref href=\"com.microsoft.cognitiveservices.speech.util.IntRef?alt=com.microsoft.cognitiveservices.speech.util.IntRef&text=IntRef\" data-throw-if-not-resolved=\"False\" />"
syntax: "protected SynthesisVoicesResult(IntRef result)"
desc: "PROTECTED"
methods:
- uid: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.close()"
fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.close()"
name: "close()"
nameWithType: "SynthesisVoicesResult.close()"
summary: "Explicitly frees any external resource attached to the object"
syntax: "public void close()"
desc: "Explicitly frees any external resource attached to the object"
- uid: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.getErrorDetails()"
fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.getErrorDetails()"
name: "getErrorDetails()"
nameWithType: "SynthesisVoicesResult.getErrorDetails()"
summary: "Gets the error details of the result."
syntax: "public String getErrorDetails()"
desc: "Gets the error details of the result."
returns:
description: "The error details."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.getImpl()"
fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.getImpl()"
name: "getImpl()"
nameWithType: "SynthesisVoicesResult.getImpl()"
summary: "Returns the synthesis result implementation."
syntax: "public SafeHandle getImpl()"
desc: "Returns the synthesis result implementation."
returns:
description: "The implementation of the result."
type: "<xref href=\"com.microsoft.cognitiveservices.speech.util.SafeHandle?alt=com.microsoft.cognitiveservices.speech.util.SafeHandle&text=SafeHandle\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.getProperties()"
fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.getProperties()"
name: "getProperties()"
nameWithType: "SynthesisVoicesResult.getProperties()"
summary: "The set of properties exposed in the result."
syntax: "public PropertyCollection getProperties()"
desc: "The set of properties exposed in the result."
returns:
description: "The set of properties exposed in the result."
type: "<xref href=\"com.microsoft.cognitiveservices.speech.PropertyCollection?alt=com.microsoft.cognitiveservices.speech.PropertyCollection&text=PropertyCollection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.getReason()"
fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.getReason()"
name: "getReason()"
nameWithType: "SynthesisVoicesResult.getReason()"
summary: "Gets the reason the result was created."
syntax: "public ResultReason getReason()"
desc: "Gets the reason the result was created."
returns:
description: "The reason of the result."
type: "<xref href=\"com.microsoft.cognitiveservices.speech.ResultReason?alt=com.microsoft.cognitiveservices.speech.ResultReason&text=ResultReason\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.getResultId()"
fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.getResultId()"
name: "getResultId()"
nameWithType: "SynthesisVoicesResult.getResultId()"
summary: "Gets the unique ID of the result."
syntax: "public String getResultId()"
desc: "Gets the unique ID of the result."
returns:
description: "The unique ID of the result."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.getVoices()"
fullName: "com.microsoft.cognitiveservices.speech.SynthesisVoicesResult.getVoices()"
name: "getVoices()"
nameWithType: "SynthesisVoicesResult.getVoices()"
summary: "Gets the retrieved voices list"
syntax: "public List<VoiceInfo> getVoices()"
desc: "Gets the retrieved voices list"
returns:
description: "The voices list"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.cognitiveservices.speech.VoiceInfo?alt=com.microsoft.cognitiveservices.speech.VoiceInfo&text=VoiceInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Contains detailed information about the retrieved synthesis voices list. Note: close() must be called in order to release underlying resources held by the object. Added in version 1.16.0"
implements:
- "<xref href=\"java.lang.AutoCloseable?alt=java.lang.AutoCloseable&text=AutoCloseable\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.cognitiveservices.speech"
artifact: com.microsoft.cognitiveservices.speech:client-sdk:1.38.0