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

72 строки
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageResult"
fullName: "com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageResult"
name: "AutoDetectSourceLanguageResult"
nameWithType: "AutoDetectSourceLanguageResult"
summary: "Represents the result of auto detecting source languages Added in version 1.8.0"
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 **AutoDetectSourceLanguageResult**"
methods:
- uid: "com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageResult.fromResult(com.microsoft.cognitiveservices.speech.SpeechRecognitionResult)"
fullName: "com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageResult.fromResult(SpeechRecognitionResult speechRecognitionResult)"
name: "fromResult(SpeechRecognitionResult speechRecognitionResult)"
nameWithType: "AutoDetectSourceLanguageResult.fromResult(SpeechRecognitionResult speechRecognitionResult)"
summary: "Creates an instance of the Auto<wbr>Detect<wbr>Source<wbr>Language<wbr>Result from a speech recognition result"
modifiers:
- "static"
parameters:
- description: "Specifies the speech recognition result\n This functionality was added in version 1.8.0."
name: "speechRecognitionResult"
type: "<xref href=\"com.microsoft.cognitiveservices.speech.SpeechRecognitionResult?alt=com.microsoft.cognitiveservices.speech.SpeechRecognitionResult&text=SpeechRecognitionResult\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AutoDetectSourceLanguageResult fromResult(SpeechRecognitionResult speechRecognitionResult)"
desc: "Creates an instance of the AutoDetectSourceLanguageResult from a speech recognition result"
returns:
description: "The AutoDetectSourceLanguageResult being created."
type: "<xref href=\"com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageResult?alt=com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageResult&text=AutoDetectSourceLanguageResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageResult.fromResult(com.microsoft.cognitiveservices.speech.translation.TranslationRecognitionResult)"
fullName: "com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageResult.fromResult(TranslationRecognitionResult translationRecognitionResult)"
name: "fromResult(TranslationRecognitionResult translationRecognitionResult)"
nameWithType: "AutoDetectSourceLanguageResult.fromResult(TranslationRecognitionResult translationRecognitionResult)"
summary: "Creates an instance of the Auto<wbr>Detect<wbr>Source<wbr>Language<wbr>Result from a translation recognition result."
modifiers:
- "static"
parameters:
- description: "Specifies the translation recognition result."
name: "translationRecognitionResult"
type: "<xref href=\"com.microsoft.cognitiveservices.speech.translation.TranslationRecognitionResult?alt=com.microsoft.cognitiveservices.speech.translation.TranslationRecognitionResult&text=TranslationRecognitionResult\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AutoDetectSourceLanguageResult fromResult(TranslationRecognitionResult translationRecognitionResult)"
desc: "Creates an instance of the AutoDetectSourceLanguageResult from a translation recognition result."
returns:
description: "The AutoDetectSourceLanguageResult being created."
type: "<xref href=\"com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageResult?alt=com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageResult&text=AutoDetectSourceLanguageResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageResult.getLanguage()"
fullName: "com.microsoft.cognitiveservices.speech.AutoDetectSourceLanguageResult.getLanguage()"
name: "getLanguage()"
nameWithType: "AutoDetectSourceLanguageResult.getLanguage()"
summary: "Get the language value"
syntax: "public String getLanguage()"
desc: "Get the language value"
returns:
description: "The language that is the result of auto detection"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents the result of auto detecting source languages Added in version 1.8.0"
metadata: {}
package: "com.microsoft.cognitiveservices.speech"
artifact: com.microsoft.cognitiveservices.speech:client-sdk:1.38.0