Google Cloud Speech v1 API - Class SpeechAdaptation.Types.ABNFGrammar (3.3.0)

public sealed class ABNFGrammar : IMessage<SpeechAdaptation.Types.ABNFGrammar>, IEquatable<SpeechAdaptation.Types.ABNFGrammar>, IDeepCloneable<SpeechAdaptation.Types.ABNFGrammar>, IBufferMessage, IMessage

Inheritance

Object > SpeechAdaptation.Types.ABNFGrammar

Namespace

Google.Cloud.Speech.V1

Assembly

Google.Cloud.Speech.V1.dll

Constructors

ABNFGrammar()

public ABNFGrammar()

ABNFGrammar(SpeechAdaptation.Types.ABNFGrammar)

public ABNFGrammar(SpeechAdaptation.Types.ABNFGrammar other)
Parameter
NameDescription
otherSpeechAdaptation.Types.ABNFGrammar

Properties

AbnfStrings

public RepeatedField<string> AbnfStrings { get; }

All declarations and rules of an ABNF grammar broken up into multiple strings that will end up concatenated.

Property Value
TypeDescription
RepeatedField<String>