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