Show / Hide Table of Contents

Class XPSSpeechEvaluationMetricsSubModelEvaluationMetric

Inheritance
object
XPSSpeechEvaluationMetricsSubModelEvaluationMetric
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.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSSpeechEvaluationMetricsSubModelEvaluationMetric : IDirectResponseSchema

Properties

BiasingModelType

Type of the biasing model.

Declaration
[JsonProperty("biasingModelType")]
public virtual string BiasingModelType { 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

IsEnhancedModel

If true then it means we have an enhanced version of the biasing models.

Declaration
[JsonProperty("isEnhancedModel")]
public virtual bool? IsEnhancedModel { get; set; }
Property Value
Type Description
bool?

NumDeletions

Declaration
[JsonProperty("numDeletions")]
public virtual int? NumDeletions { get; set; }
Property Value
Type Description
int?

NumInsertions

Declaration
[JsonProperty("numInsertions")]
public virtual int? NumInsertions { get; set; }
Property Value
Type Description
int?

NumSubstitutions

Declaration
[JsonProperty("numSubstitutions")]
public virtual int? NumSubstitutions { get; set; }
Property Value
Type Description
int?

NumUtterances

Number of utterances used in the wer computation.

Declaration
[JsonProperty("numUtterances")]
public virtual int? NumUtterances { get; set; }
Property Value
Type Description
int?

NumWords

Number of words over which the word error rate was computed.

Declaration
[JsonProperty("numWords")]
public virtual int? NumWords { get; set; }
Property Value
Type Description
int?

SentenceAccuracy

Below fields are used for debugging purposes

Declaration
[JsonProperty("sentenceAccuracy")]
public virtual double? SentenceAccuracy { get; set; }
Property Value
Type Description
double?

Wer

Word error rate (standard error metric used for speech recognition).

Declaration
[JsonProperty("wer")]
public virtual double? Wer { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX