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

204 строки
15 KiB
YAML

### YamlMime:JavaEnum
uid: "com.microsoft.cognitiveservices.speech.ResultReason"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason"
name: "ResultReason"
nameWithType: "ResultReason"
summary: "Defines the possible reasons a recognition result might be generated."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)?alt=java.lang.Enum.<T>valueOf&text=<T>valueOf\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.clone()?alt=java.lang.Enum.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.compareTo(E)?alt=java.lang.Enum.compareTo&text=compareTo\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.describeConstable()?alt=java.lang.Enum.describeConstable&text=describeConstable\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.equals(java.lang.Object)?alt=java.lang.Enum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.finalize()?alt=java.lang.Enum.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.getDeclaringClass()?alt=java.lang.Enum.getDeclaringClass&text=getDeclaringClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.hashCode()?alt=java.lang.Enum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.name()?alt=java.lang.Enum.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.ordinal()?alt=java.lang.Enum.ordinal&text=ordinal\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.toString()?alt=java.lang.Enum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" 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.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 enum **ResultReason**</br> extends <xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.cognitiveservices.speech.ResultReason?alt=com.microsoft.cognitiveservices.speech.ResultReason&text=ResultReason\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.Canceled"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.Canceled"
name: "Canceled"
nameWithType: "ResultReason.Canceled"
summary: "Indicates that the recognition was canceled."
desc: "Indicates that the recognition was canceled. More details can be found using the CancellationDetails object."
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.DeletedVoiceProfile"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.DeletedVoiceProfile"
name: "DeletedVoiceProfile"
nameWithType: "ResultReason.DeletedVoiceProfile"
summary: "Indicates a voice profile has been deleted successfully."
desc: "Indicates a voice profile has been deleted successfully. Added in version 1.16.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.EnrolledVoiceProfile"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.EnrolledVoiceProfile"
name: "EnrolledVoiceProfile"
nameWithType: "ResultReason.EnrolledVoiceProfile"
summary: "The voice profile has been enrolled."
desc: "The voice profile has been enrolled. Added in version 1.16.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.EnrollingVoiceProfile"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.EnrollingVoiceProfile"
name: "EnrollingVoiceProfile"
nameWithType: "ResultReason.EnrollingVoiceProfile"
summary: "Indicates the voice profile is being enrolling and customers need to send more audio to create a voice profile."
desc: "Indicates the voice profile is being enrolling and customers need to send more audio to create a voice profile. Added in version 1.16.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.NoMatch"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.NoMatch"
name: "NoMatch"
nameWithType: "ResultReason.NoMatch"
summary: "Indicates speech could not be recognized."
desc: "Indicates speech could not be recognized. More details can be found in the NoMatchDetails object."
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizedIntent"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizedIntent"
name: "RecognizedIntent"
nameWithType: "ResultReason.RecognizedIntent"
summary: "Indicates the intent result contains final text and intent."
desc: "Indicates the intent result contains final text and intent. Speech Recognition and Intent determination are now complete for this phrase."
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizedKeyword"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizedKeyword"
name: "RecognizedKeyword"
nameWithType: "ResultReason.RecognizedKeyword"
summary: "Indicates that keyword recognition completed recognizing the given keyword."
desc: "Indicates that keyword recognition completed recognizing the given keyword. Added in version 1.3.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizedSpeaker"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizedSpeaker"
name: "RecognizedSpeaker"
nameWithType: "ResultReason.RecognizedSpeaker"
summary: "Indicates successfully verified one speaker."
desc: "Indicates successfully verified one speaker. Added in version 1.16.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizedSpeakers"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizedSpeakers"
name: "RecognizedSpeakers"
nameWithType: "ResultReason.RecognizedSpeakers"
summary: "Indicates successful identification of some speakers."
desc: "Indicates successful identification of some speakers. Added in version 1.16.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizedSpeech"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizedSpeech"
name: "RecognizedSpeech"
nameWithType: "ResultReason.RecognizedSpeech"
summary: "Indicates the speech result contains final text that has been recognized."
desc: "Indicates the speech result contains final text that has been recognized. Speech Recognition is now complete for this phrase."
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizingIntent"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizingIntent"
name: "RecognizingIntent"
nameWithType: "ResultReason.RecognizingIntent"
summary: "Indicates the intent result contains hypothesis text and intent."
desc: "Indicates the intent result contains hypothesis text and intent."
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizingKeyword"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizingKeyword"
name: "RecognizingKeyword"
nameWithType: "ResultReason.RecognizingKeyword"
summary: "Indicates the speech result contains (unverified) keyword text."
desc: "Indicates the speech result contains (unverified) keyword text. Added in version 1.3.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizingSpeech"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.RecognizingSpeech"
name: "RecognizingSpeech"
nameWithType: "ResultReason.RecognizingSpeech"
summary: "Indicates the speech result contains hypothesis text."
desc: "Indicates the speech result contains hypothesis text."
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.ResetVoiceProfile"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.ResetVoiceProfile"
name: "ResetVoiceProfile"
nameWithType: "ResultReason.ResetVoiceProfile"
summary: "Indicates a voice profile has been reset successfully."
desc: "Indicates a voice profile has been reset successfully. Added in version 1.16.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.SynthesizingAudio"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.SynthesizingAudio"
name: "SynthesizingAudio"
nameWithType: "ResultReason.SynthesizingAudio"
summary: "Indicates the synthesized audio result contains a non-zero amount of audio data"
desc: "Indicates the synthesized audio result contains a non-zero amount of audio data"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.SynthesizingAudioCompleted"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.SynthesizingAudioCompleted"
name: "SynthesizingAudioCompleted"
nameWithType: "ResultReason.SynthesizingAudioCompleted"
summary: "Indicates the synthesized audio is now complete for this phrase."
desc: "Indicates the synthesized audio is now complete for this phrase."
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.SynthesizingAudioStarted"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.SynthesizingAudioStarted"
name: "SynthesizingAudioStarted"
nameWithType: "ResultReason.SynthesizingAudioStarted"
summary: "Indicates the speech synthesis is now started Added in version 1.7.0"
desc: "Indicates the speech synthesis is now started Added in version 1.7.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.TranslatedInstantMessage"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.TranslatedInstantMessage"
name: "TranslatedInstantMessage"
nameWithType: "ResultReason.TranslatedInstantMessage"
summary: "Indicates the transcription result contains the instant message and corresponding translation(s)."
desc: "Indicates the transcription result contains the instant message and corresponding translation(s). Added in version 1.12.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.TranslatedParticipantInstantMessage"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.TranslatedParticipantInstantMessage"
name: "TranslatedParticipantInstantMessage"
nameWithType: "ResultReason.TranslatedParticipantInstantMessage"
summary: "Indicates the transcription result contains the instant message for other participants in the conversation and corresponding translation(s)."
desc: "Indicates the transcription result contains the instant message for other participants in the conversation and corresponding translation(s). Added in version 1.12.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.TranslatedParticipantSpeech"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.TranslatedParticipantSpeech"
name: "TranslatedParticipantSpeech"
nameWithType: "ResultReason.TranslatedParticipantSpeech"
summary: "Indicates the transcription result contains final text and corresponding translation(s) for other participants in the conversation."
desc: "Indicates the transcription result contains final text and corresponding translation(s) for other participants in the conversation. Speech Recognition and Translation are now complete for this phrase. Added in version 1.12.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.TranslatedSpeech"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.TranslatedSpeech"
name: "TranslatedSpeech"
nameWithType: "ResultReason.TranslatedSpeech"
summary: "Indicates the translation result contains final text and corresponding translation(s)."
desc: "Indicates the translation result contains final text and corresponding translation(s). Speech Recognition and Translation are now complete for this phrase."
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.TranslatingParticipantSpeech"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.TranslatingParticipantSpeech"
name: "TranslatingParticipantSpeech"
nameWithType: "ResultReason.TranslatingParticipantSpeech"
summary: "Indicates the transcription result contains hypothesis text and its translation(s) for other participants in the conversation."
desc: "Indicates the transcription result contains hypothesis text and its translation(s) for other participants in the conversation. Added in version 1.12.0"
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.TranslatingSpeech"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.TranslatingSpeech"
name: "TranslatingSpeech"
nameWithType: "ResultReason.TranslatingSpeech"
summary: "Indicates the translation result contains hypothesis text and its translation(s)."
desc: "Indicates the translation result contains hypothesis text and its translation(s)."
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.VoicesListRetrieved"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.VoicesListRetrieved"
name: "VoicesListRetrieved"
nameWithType: "ResultReason.VoicesListRetrieved"
summary: "Indicates the voices list has been retrieved successfully."
desc: "Indicates the voices list has been retrieved successfully. Added in version 1.16.0"
methods:
- uid: "com.microsoft.cognitiveservices.speech.ResultReason.valueOf(java.lang.String)"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "ResultReason.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ResultReason valueOf(String name)"
returns:
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.ResultReason.values()"
fullName: "com.microsoft.cognitiveservices.speech.ResultReason.values()"
name: "values()"
nameWithType: "ResultReason.values()"
modifiers:
- "static"
syntax: "public static ResultReason[] values()"
returns:
type: "<xref href=\"com.microsoft.cognitiveservices.speech.ResultReason?alt=com.microsoft.cognitiveservices.speech.ResultReason&text=ResultReason\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Defines the possible reasons a recognition result might be generated. Changed in version 1.7.0."
metadata: {}
package: "com.microsoft.cognitiveservices.speech"
artifact: com.microsoft.cognitiveservices.speech:client-sdk:1.38.0