Class ObjectListFileInputLocation
Use this locationType when passing the location of the object storage in the request (where the WAV file is stored).
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class ObjectListFileInputLocation : InputLocationProperties
ObjectLocation
Declaration
[Required(ErrorMessage = "ObjectLocation is required.")]
[JsonProperty(PropertyName = "objectLocation")]
public ObjectLocation ObjectLocation { get; set; }Property Value
| Type | Description | 
|---|---|
| ObjectLocation | 
Remarks
Required