'Declaration<DispIdAttribute(35)> Function GetWordLeft( _ ByVal SegmentationResultID As String, _ ByVal WordIdx As Integer _ ) As Integer
[DispId(35)] int GetWordLeft( string SegmentationResultID, int WordIdx )
function GetWordLeft(
SegmentationResultID: String;
WordIdx: Integer
): Integer;
DispIdAttribute(35) function GetWordLeft( SegmentationResultID : String, WordIdx : int ) : int;
[DispId(35)] int GetWordLeft( string* SegmentationResultID, int WordIdx )
[DispId(35)] int GetWordLeft( String^ SegmentationResultID, int WordIdx )
Parameters
- SegmentationResultID
- WordIdx