Class Entry
A single replacement configuration.
Implements
Inherited Members
Namespace: Google.Apis.Speech.v1.Data
Assembly: Google.Apis.Speech.v1.dll
Syntax
public class Entry : IDirectResponseSchema
Properties
CaseSensitive
Whether the search is case sensitive.
Declaration
[JsonProperty("caseSensitive")]
public virtual bool? CaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Replace
What to replace with. Max length is 100 characters.
Declaration
[JsonProperty("replace")]
public virtual string Replace { get; set; }
Property Value
Type | Description |
---|---|
string |
Search
What to replace. Max length is 100 characters.
Declaration
[JsonProperty("search")]
public virtual string Search { get; set; }
Property Value
Type | Description |
---|---|
string |