Show / Hide Table of Contents

Class TranscriptionSettings

Processes to perform on the generated transcription.

Inheritance
object
TranscriptionSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class TranscriptionSettings

Properties

AdditionalSettings

Declaration
[JsonProperty(PropertyName = "additionalSettings")]
public Dictionary<string, string> AdditionalSettings { get; set; }
Property Value
Type Description
Dictionary<string, string>

Simple key-value pair for setting model specific properties. For more details, refer the documentation.

Diarization

Declaration
[JsonProperty(PropertyName = "diarization")]
public Diarization Diarization { get; set; }
Property Value
Type Description
Diarization
In this article
Back to top