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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.