Class AudioAnalyzerPresetResponse
- java.lang.Object
-
- com.pulumi.azurenative.media.outputs.AudioAnalyzerPresetResponse
-
public final class AudioAnalyzerPresetResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AudioAnalyzerPresetResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
audioLanguage()
static AudioAnalyzerPresetResponse.Builder
builder()
static AudioAnalyzerPresetResponse.Builder
builder(AudioAnalyzerPresetResponse defaults)
java.util.Map<java.lang.String,java.lang.String>
experimentalOptions()
java.util.Optional<java.lang.String>
mode()
java.lang.String
odataType()
-
-
-
Method Detail
-
audioLanguage
public java.util.Optional<java.lang.String> audioLanguage()
- Returns:
- The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). If you know the language of your content, it is recommended that you specify it. The language must be specified explicitly for AudioAnalysisMode::Basic, since automatic language detection is not included in basic mode. If the language isn't specified or set to null, automatic language detection will choose the first language detected and process with the selected language for the duration of the file. It does not currently support dynamically switching between languages after the first language is detected. The automatic detection works best with audio recordings with clearly discernable speech. If automatic detection fails to find the language, transcription would fallback to 'en-US'." The list of supported languages is available here: https://go.microsoft.com/fwlink/?linkid=2109463
-
experimentalOptions
public java.util.Map<java.lang.String,java.lang.String> experimentalOptions()
- Returns:
- Dictionary containing key value pairs for parameters not exposed in the preset itself
-
mode
public java.util.Optional<java.lang.String> mode()
- Returns:
- Determines the set of audio analysis operations to be performed. If unspecified, the Standard AudioAnalysisMode would be chosen.
-
odataType
public java.lang.String odataType()
- Returns:
- The discriminator for derived types. Expected value is '#Microsoft.Media.AudioAnalyzerPreset'.
-
builder
public static AudioAnalyzerPresetResponse.Builder builder()
-
builder
public static AudioAnalyzerPresetResponse.Builder builder(AudioAnalyzerPresetResponse defaults)
-
-