Show / Hide Table of Contents

Class ListVoicesRequest

Inheritance
object
ListVoicesRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AispeechService.Requests
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class ListVoicesRequest : IOciRequest
Examples

Click here to see an example of how to use ListVoices request.

Properties

CompartmentId

Declaration
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The ID of the compartment in which to list resources.

DisplayName

Declaration
[HttpConverter(TargetEnum.Query, "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

The name of the speaker voice in which the user wants tts inference to be.

ModelName

Declaration
[HttpConverter(TargetEnum.Query, "modelName")]
public TtsOracleModelDetails.ModelNameEnum? ModelName { get; set; }
Property Value
Type Description
TtsOracleModelDetails.ModelNameEnum?

The model the user wants to run the inference on.

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

The client request ID for tracing.

Implements

IOciRequest
In this article
Back to top