Class SafetySettings
Safety settings for the request.
Implements
Inherited Members
Namespace: Google.Apis.Texttospeech.v1beta1.Data
Assembly: Google.Apis.Texttospeech.v1beta1.dll
Syntax
public class SafetySettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Settings
The safety settings for the request.
Declaration
[JsonProperty("settings")]
public virtual IList<SafetySetting> Settings { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SafetySetting> |