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

Diarization

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