Class LanguageAuto
Indicates the language of the audio should be automatically detected.
public record LanguageAuto : IEquatable<LanguageAuto>
- Inheritance
-
LanguageAuto
- Implements
- Inherited Members
Methods
FromJson(string, JsonSerializerOptions?)
Deserializes a JSON string to a LanguageAuto object.
public static LanguageAuto? FromJson(string jsonString, JsonSerializerOptions? options = null)
Parameters
jsonStringstringThe JSON string to deserialize.
optionsJsonSerializerOptionsOptional JsonSerializerOptions.
Returns
- LanguageAuto
The deserialized LanguageAuto object, or null if deserialization fails.