Class GoogleChecksAisafetyV1alphaTextInput
Text input to be classified.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksAisafetyV1alphaTextInput : IDirectResponseSchemaProperties
Content
Actual piece of text to be classified.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
LanguageCode
Optional. Language of the text in ISO 639-1 format. If the language is invalid or not specified, the system will try to detect it.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }Property Value
| Type | Description | 
|---|---|
| string |