Class XPSSpeechEvaluationMetricsSubModelEvaluationMetric
Inheritance
XPSSpeechEvaluationMetricsSubModelEvaluationMetric
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
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
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
NumDeletions
Declaration
[JsonProperty("numDeletions")]
public virtual int? NumDeletions { get; set; }
Property Value
NumInsertions
Declaration
[JsonProperty("numInsertions")]
public virtual int? NumInsertions { get; set; }
Property Value
NumSubstitutions
Declaration
[JsonProperty("numSubstitutions")]
public virtual int? NumSubstitutions { get; set; }
Property Value
NumUtterances
Number of utterances used in the wer computation.
Declaration
[JsonProperty("numUtterances")]
public virtual int? NumUtterances { get; set; }
Property Value
NumWords
Number of words over which the word error rate was computed.
Declaration
[JsonProperty("numWords")]
public virtual int? NumWords { get; set; }
Property Value
SentenceAccuracy
Below fields are used for debugging purposes
Declaration
[JsonProperty("sentenceAccuracy")]
public virtual double? SentenceAccuracy { get; set; }
Property Value
Wer
Word error rate (standard error metric used for speech recognition).
Declaration
[JsonProperty("wer")]
public virtual double? Wer { get; set; }
Property Value
Implements