C# Class SubLib.Core.Search.SubtitleSearchResults

Represents the results of a search operation.
Exibir arquivo Open project: GNOME/gnome-subtitles Class Usage Examples

Public Methods

Method Description
SubtitleSearchResults ( int subtitle, SubtitleTextType textType, int index, int length ) : SubLib.Core.Domain

Creates a new instance of the SubtitleSearchResults class.

Method Details

SubtitleSearchResults() public method

Creates a new instance of the SubtitleSearchResults class.
public SubtitleSearchResults ( int subtitle, SubtitleTextType textType, int index, int length ) : SubLib.Core.Domain
subtitle int The zero-based number of the subtitle where the text was found.
textType SubtitleTextType The type of text content where the text was found.
index int The zero-based position where the text was found, within a subtitle.
length int The length of the found text.
return SubLib.Core.Domain