SrgsItem.MinRepeat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the minimum number of times that a user must speak the contents of the SrgsItem.
public:
property int MinRepeat { int get(); };
public int MinRepeat { get; }
member this.MinRepeat : int
Public ReadOnly Property MinRepeat As Integer
Property Value
The minimum number of times that a user can speak the contents of the item.
Remarks
To set this property, use the SetRepeat method.
This property represents a portion of the repeat
attribute of the World Wide Web Consortium (W3C) Speech Recognition Grammar Specification (SRGS).
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.