Show / Hide Table of Contents

Class Entry

A single replacement configuration.

Inheritance
object
Entry
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Speech.v1p1beta1.Data
Assembly: Google.Apis.Speech.v1p1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX