Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 3,735 for

detection

(0.11 sec)
  1. 로드 시 파일 형식 감지|Python via .NET용 Aspose.Words

    파일의 실제 내용이 무엇인지 확실하지 않거나 형식 호환성을 확인하려면 Python에서 파일 형식을 결정하십시오....로드하지 않고도 파일 형식을 빠르게 결정할 수 있는 detect_file_format 방법도 제공합니다. 이 메서드는...포함된 FileFormatInfo 개체를 반환합니다. detect_file_format 는 파일 형식만 확인하고 파일...

    docs.aspose.com/words/ko/python-net/detect-file...
  2. Aspose::Words::FileFormatUtil::LoadFormatToExte...

    Aspose::Words::FileFormatUtil::LoadFormatToExtension method. Converts a load format enumerated value into a file extension. The returned extension is a lower-case string with a leading dot in C++....the FileFormatUtil methods to detect the format of a document. //...a file extension, and then detect its file format. { System ::...

    reference.aspose.com/words/cpp/aspose.words/fil...
  3. Détecter le format du fichier 3D|Documentation

    En utilisant Aspose.3D for Python via .NET API, les développeurs peuvent détecter le format des fichiers 3D pris en charge avant de l'ouvrir car l'extension de fichier ne garantit pas que le contenu du fichier est approprié....NET # Detect the format of a 3D file inputFormat...inputFormat = a3d . FileFormat . detect ( "document.fbx" ); # Display...

    docs.aspose.com/3d/fr/python-net/detect-format-...
  4. Protect and Unprotect with Go|Documentation

    This snippet introduces how to encrypt and decrypt Excel files and protect and unprotect the data in Excel files using Go code....Cells Detect File Format of Encrypted Office...Encrypting Excel Files How to Detect a File Format and Check if...

    docs.aspose.com/cells/gocpp/protect-and-unprotect/
  5. Finding character bounding boxes|Documentation

    Character-by-character recognition and automatic Detection of character bounding boxes inside images....recognition and automatically detect bounding boxes of each recognized...following code example shows how to detect characters in an image: Aspose...

    docs.aspose.com/ocr/net/image-regions-character...
  6. Erkennen Sie das Format der 3D-Datei|Documentation

    Aspose.3D for Java API unterstützt vor dem Öffnen die Erkennung von 3D unterstützten Formaten, da die Datei erweiterung nicht garantiert, dass der Datei inhalt geeignet ist.... getDataDir (); // detect format of 3D file FileFormat...inputFormat = FileFormat . detect ( MyDir + "document.fbx" );...

    docs.aspose.com/3d/de/java/detect-format-of-3d-...
  7. Rileva il formato del file 3D|Documentation

    Aspose.3D for Java API supporta il rilevamento di 3D formati supportati prima dell'apertura perché l'estensione del file non garantisce che il contenuto del file sia appropriato.... getDataDir (); // detect format of 3D file FileFormat...inputFormat = FileFormat . detect ( MyDir + "document.fbx" );...

    docs.aspose.com/3d/it/java/detect-format-of-3d-...
  8. Créer, Insérer des champs|Documentation

    Comment créer, insérer des champs en utilisant Java Diagram API ....vsdx" ); // detect file format using an input...detectFileFormat ( stream ); // get the detected file format System . out ...

    docs.aspose.com/diagram/fr/java/create-insert-f...
  9. 创建、插入字段|Documentation

    如何使用 Java Diagram API 创建、插入字段。...vsdx" ); // detect file format using an input...detectFileFormat ( stream ); // get the detected file format System . out ...

    docs.aspose.com/diagram/zh/java/create-insert-f...
  10. Specify Load Options in C#|Aspose.Words for .NET

    More accurately control the load process using C#....Words tries to automatically detect the appropriate encoding by...encoding different from the one detected by our encoding recognition...

    docs.aspose.com/words/net/specify-load-options/