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

190 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult"
name: "VoiceProfileEnrollmentResult"
nameWithType: "VoiceProfileEnrollmentResult"
summary: "Defines result of voice profile enrollment."
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 final class **VoiceProfileEnrollmentResult**</br> implements <xref href=\"java.lang.AutoCloseable?alt=java.lang.AutoCloseable&text=AutoCloseable\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.close()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.close()"
name: "close()"
nameWithType: "VoiceProfileEnrollmentResult.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.speaker.VoiceProfileEnrollmentResult.getAudioLength()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getAudioLength()"
name: "getAudioLength()"
nameWithType: "VoiceProfileEnrollmentResult.getAudioLength()"
summary: "This enrollment audio length in hundred nanoseconds."
syntax: "public BigInteger getAudioLength()"
desc: "This enrollment audio length in hundred nanoseconds."
returns:
description: "The audio length of this enrollment in hundred nanoseconds."
type: "<xref href=\"java.math.BigInteger?alt=java.math.BigInteger&text=BigInteger\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getAudioSpeechLength()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getAudioSpeechLength()"
name: "getAudioSpeechLength()"
nameWithType: "VoiceProfileEnrollmentResult.getAudioSpeechLength()"
summary: "This enrollment audio pure speech(which is the amount of audio after removing silence and non - speech segments) length in hundred nanoseconds."
syntax: "public BigInteger getAudioSpeechLength()"
desc: "This enrollment audio pure speech(which is the amount of audio after removing silence and non - speech segments) length in hundred nanoseconds."
returns:
description: "The audio length of this enrollment in hundred nanoseconds."
type: "<xref href=\"java.math.BigInteger?alt=java.math.BigInteger&text=BigInteger\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getCreatedTime()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getCreatedTime()"
name: "getCreatedTime()"
nameWithType: "VoiceProfileEnrollmentResult.getCreatedTime()"
summary: "A textual representation of the created time of the voice profile."
syntax: "public String getCreatedTime()"
desc: "A textual representation of the created time of the voice profile."
returns:
description: "The created time of the voice profile."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getEnrollmentsCount()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getEnrollmentsCount()"
name: "getEnrollmentsCount()"
nameWithType: "VoiceProfileEnrollmentResult.getEnrollmentsCount()"
summary: "The number of enrollment audios accepted for this profile."
syntax: "public int getEnrollmentsCount()"
desc: "The number of enrollment audios accepted for this profile."
returns:
description: "The number of enrollment audios accepted for this profile."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getEnrollmentsLength()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getEnrollmentsLength()"
name: "getEnrollmentsLength()"
nameWithType: "VoiceProfileEnrollmentResult.getEnrollmentsLength()"
summary: "The total length of enrollment audios accepted for this profile in hundred nanoseconds."
syntax: "public BigInteger getEnrollmentsLength()"
desc: "The total length of enrollment audios accepted for this profile in hundred nanoseconds."
returns:
description: "The total length of enrollment audios accepted for this profile in hundred nanoseconds."
type: "<xref href=\"java.math.BigInteger?alt=java.math.BigInteger&text=BigInteger\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getEnrollmentsSpeechLength()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getEnrollmentsSpeechLength()"
name: "getEnrollmentsSpeechLength()"
nameWithType: "VoiceProfileEnrollmentResult.getEnrollmentsSpeechLength()"
summary: "The summation of pure speech(which is the amount of audio after removing silence and non - speech segments) across all profile enrollments in hundred nanoseconds."
syntax: "public BigInteger getEnrollmentsSpeechLength()"
desc: "The summation of pure speech(which is the amount of audio after removing silence and non - speech segments) across all profile enrollments in hundred nanoseconds."
returns:
description: "The sum of speech across all enrollments."
type: "<xref href=\"java.math.BigInteger?alt=java.math.BigInteger&text=BigInteger\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getImpl()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getImpl()"
name: "getImpl()"
nameWithType: "VoiceProfileEnrollmentResult.getImpl()"
summary: "Returns the voice enrollment result implementation."
syntax: "public SafeHandle getImpl()"
desc: "Returns the voice enrollment 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.speaker.VoiceProfileEnrollmentResult.getLastUpdatedDateTime()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getLastUpdatedDateTime()"
name: "getLastUpdatedDateTime()"
nameWithType: "VoiceProfileEnrollmentResult.getLastUpdatedDateTime()"
summary: "A textual representation of the last updated time of the voice profile."
syntax: "public String getLastUpdatedDateTime()"
desc: "A textual representation of the last updated time of the voice profile."
returns:
description: "The last updated time of the voice profile."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getProfileId()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getProfileId()"
name: "getProfileId()"
nameWithType: "VoiceProfileEnrollmentResult.getProfileId()"
summary: "Presents the profile id in the enrollment result."
syntax: "public String getProfileId()"
desc: "Presents the profile id in the enrollment result."
returns:
description: "The profile identifier."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getProperties()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getProperties()"
name: "getProperties()"
nameWithType: "VoiceProfileEnrollmentResult.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.speaker.VoiceProfileEnrollmentResult.getReason()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getReason()"
name: "getReason()"
nameWithType: "VoiceProfileEnrollmentResult.getReason()"
summary: "Specifies status of enrollment result."
syntax: "public ResultReason getReason()"
desc: "Specifies status of enrollment result."
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.speaker.VoiceProfileEnrollmentResult.getRemainingEnrollmentsCount()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getRemainingEnrollmentsCount()"
name: "getRemainingEnrollmentsCount()"
nameWithType: "VoiceProfileEnrollmentResult.getRemainingEnrollmentsCount()"
summary: "The number of enrollments needed to complete profile enrollment."
syntax: "public int getRemainingEnrollmentsCount()"
desc: "The number of enrollments needed to complete profile enrollment."
returns:
description: "The number of enrollments needed to complete profile enrollment."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getRemainingEnrollmentsSpeechLength()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getRemainingEnrollmentsSpeechLength()"
name: "getRemainingEnrollmentsSpeechLength()"
nameWithType: "VoiceProfileEnrollmentResult.getRemainingEnrollmentsSpeechLength()"
summary: "The amount of pure speech (which is the amount of audio after removing silence and non-speech segments) needed to complete profile enrollment in hundred nanoseconds."
syntax: "public BigInteger getRemainingEnrollmentsSpeechLength()"
desc: "The amount of pure speech (which is the amount of audio after removing silence and non-speech segments) needed to complete profile enrollment in hundred nanoseconds."
returns:
description: "The remaining length of speech required to complete enrollment."
type: "<xref href=\"java.math.BigInteger?alt=java.math.BigInteger&text=BigInteger\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getResultId()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.getResultId()"
name: "getResultId()"
nameWithType: "VoiceProfileEnrollmentResult.getResultId()"
summary: "Presents the result identifier."
syntax: "public String getResultId()"
desc: "Presents the result identifier."
returns:
description: "The result identifier."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.toString()"
fullName: "com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult.toString()"
name: "toString()"
nameWithType: "VoiceProfileEnrollmentResult.toString()"
summary: "Returns a String that represents the voice enrollment result."
overridden: "java.lang.Object.toString()"
syntax: "public String toString()"
desc: "Returns a String that represents the voice enrollment result."
returns:
description: "A String that represents the voice enrollment result."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines result of voice profile enrollment."
implements:
- "<xref href=\"java.lang.AutoCloseable?alt=java.lang.AutoCloseable&text=AutoCloseable\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.cognitiveservices.speech.speaker"
artifact: com.microsoft.cognitiveservices.speech:client-sdk:1.38.0